X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fimage-visual-properties.h;h=c28b05923e1739b1c0991d7d64eb9fdc3d81427e;hb=eccbcc0637034cc96bc6d392b297a9d99e86c442;hp=6a8649c493907d5b728e2e62361e404613c46964;hpb=05e6b5073a18b6ebe1f536a3693300b3ee35b199;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/image-visual-properties.h b/dali-toolkit/public-api/visuals/image-visual-properties.h index 6a8649c..c28b059 100644 --- a/dali-toolkit/public-api/visuals/image-visual-properties.h +++ b/dali-toolkit/public-api/visuals/image-visual-properties.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_IMAGE_VISUAL_PROPERTIES_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -184,19 +184,21 @@ enum /** * @brief Defines the batch size for pre-loading images in the AnimatedImageVisual * @details Name "batchSize", type Property::INTEGER, number of images to pre-load - * before starting to play. Default value: 1 + * before starting to play. Default value: 2 * @SINCE_1_2.60 * @note Optional. + * @note Minimum supported value is 2. */ BATCH_SIZE, /** * @brief Defines the cache size for loading images in the AnimatedImageVisual * @details Name "cacheSize", type Property::INTEGER, number of images to keep - * cached ahead during playback. Default value: 1 + * cached ahead during playback. Default value: 2 * * @SINCE_1_2.60 * @note Optional. + * @note Minimum supported value is 2. * @note, cacheSize should be >= batchSize. * If it isn't, then the cache will automatically be changed to batchSize. * @note, because of the defaults, it is expected that the application developer @@ -233,7 +235,7 @@ enum */ CROP_TO_MASK, -/** + /** * @brief The policy to determine when an image should be loaded. * @details Name "loadPolicy", Type LoadPolicy::Type (Property::INTEGER)or Property::STRING. * @SINCE_1_3_5 @@ -250,7 +252,6 @@ enum * @note Default ReleasePolicy::DESTROYED * @see ReleasePolicy::Type */ - RELEASE_POLICY, /** @@ -259,7 +260,6 @@ enum * @SINCE_1_3_5 * @note Default true */ - ORIENTATION_CORRECTION, };