(Vector) Add a method to ignore a rendered frame
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / vector-animation-renderer.h
index 0e2f14a..666f746 100755 (executable)
@@ -156,6 +156,11 @@ public:
    */
   bool GetMarkerInfo( const std::string& marker, uint32_t& startFrame, uint32_t& endFrame ) const;
 
+  /**
+   * @brief Ignores a rendered frame which is not shown yet.
+   */
+  void IgnoreRenderedFrame();
+
 public: // Signals
 
   /**