X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fimage-visual-properties-devel.h;h=473ec7c3e267408bdcf68897780f59ee54b5a67e;hb=770732f3ea2ee97d3a995e3146d492c26059fe9a;hp=35dc49d8cf75d6809bfdb08c94005c8d59ad0de3;hpb=7b0a198bf7d038ee89f1016b66575347c8be63ae;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h index 35dc49d..473ec7c 100644 --- a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h @@ -133,7 +133,7 @@ enum Type /** * @brief The content information the AnimatedVectorImageVisual will use. - * @details Name "contentInfo", Type Property::MAP. + * @details Type Property::MAP. * The map contains the layer name as a key and Property::Array as a value. * And the array contains 2 integer values which are the frame numbers, the start frame number and the end frame number of the layer. * @note This property is read-only. @@ -180,7 +180,26 @@ enum Type * Disable broken image for these visuals. * default is true. */ - ENABLE_BROKEN_IMAGE = ORIENTATION_CORRECTION + 14 + ENABLE_BROKEN_IMAGE = ORIENTATION_CORRECTION + 14, + + /** + * @brief The marker information the AnimatedVectorImageVisual will use. + * @details Type Property::MAP. + * The map contains the marker name as a key and Property::Array as a value. + * And the array contains 2 integer values which are the frame numbers, the start frame number and the end frame number of the marker. + * @note This property is read-only. + */ + MARKER_INFO = ORIENTATION_CORRECTION + 15, + + /** + * @brief Whether to AnimatedVectorImageVisual fixed cache or not. + * @details Name "useFixedCache", type Property::BOOLEAN. + * If this property is true, AnimatedVectorImageVisual uses fixed cache for loading and keeps loaded frame + * until the visual is removed. It reduces CPU cost when the animated image will be looping. + * But it can spend a lot of memory if the resource has high resolution image or many frame count. + * @note It is used in the AnimatedImageVisual. The default is false + */ + USE_FIXED_CACHE = ORIENTATION_CORRECTION + 16 }; } //namespace Property