From: Hermet Park Date: Mon, 16 Jul 2018 12:35:25 +0000 (+0900) Subject: player: remove missing member functions. X-Git-Tag: submit/tizen/20180917.042405~240 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ee7184b9d850f95ef39aa257b4408083928a24d;p=platform%2Fcore%2Fuifw%2Flottie-player.git player: remove missing member functions. Change-Id: I805e8cfcb99f972019faa88b082948357865a74e --- diff --git a/inc/lottieplayer.h b/inc/lottieplayer.h index 49904b4..c227799 100644 --- a/inc/lottieplayer.h +++ b/inc/lottieplayer.h @@ -46,19 +46,15 @@ public: bool setFilePath(const char *filePath); - void setSize(int width, int height); - void size(int &width, int &height) const; - - int frameRate() const; - - void setFrameRate(int frameRate); - float playTime() const; void seek(float pos); const std::vector& renderList() const; + //TODO: Consider correct position... + void setSize(int width, int height); + void size(int &width, int &height) const; std::future render(float pos, const LOTBuffer &buffer); bool renderSync(float pos, const LOTBuffer &buffer);