From 3ee7184b9d850f95ef39aa257b4408083928a24d Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 16 Jul 2018 21:35:25 +0900 Subject: [PATCH] player: remove missing member functions. Change-Id: I805e8cfcb99f972019faa88b082948357865a74e --- inc/lottieplayer.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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); -- 2.7.4