X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fanimated-image-loading.h;h=da72e3fc08e69349b468968d83b7edb5b691b860;hb=9a3d89d83b3fb174bbe4550ed8e7dd786eb4404d;hp=92d825c334e6b3a7b18a94660a66786e0e974774;hpb=7df1a4d29fe308fb5635723c8dda40617888a058;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/animated-image-loading.h b/dali/devel-api/adaptor-framework/animated-image-loading.h index 92d825c..da72e3f 100644 --- a/dali/devel-api/adaptor-framework/animated-image-loading.h +++ b/dali/devel-api/adaptor-framework/animated-image-loading.h @@ -100,18 +100,6 @@ public: ~AnimatedImageLoading(); /** - * @brief Load the next N Frames of the animated image. - * - * @note This function will load the entire animated image into memory if not already loaded. - * @param[in] frameStartIndex The frame counter to start from. Will usually be the next frame - * after the previous invocation of this method, or 0 to start. - * @param[in] count The number of frames to load - * @param[out] pixelData The vector in which to return the frame data - * @return True if the frame data was successfully loaded - */ - bool LoadNextNFrames(uint32_t frameStartIndex, int count, std::vector& pixelData); - - /** * @brief Load a frame of the animated image. * * @note This function will load the entire animated image into memory if not already loaded.