Add documentation on how to change the number of loader threads 48/148048/1
authorFrancisco Santos <f1.santos@samsung.com>
Wed, 6 Sep 2017 11:02:08 +0000 (12:02 +0100)
committerFrancisco Santos <f1.santos@samsung.com>
Wed, 6 Sep 2017 11:02:08 +0000 (12:02 +0100)
Change-Id: Ib8ef3b4b701f67667b5122553ddbd10ab7bf4e22

dali-toolkit/public-api/visuals/image-visual-properties.h

index 44d5692..8eff9fa 100644 (file)
@@ -56,6 +56,9 @@ enum
    * @brief The URL of the image.
    * @details Name "url", type Property::STRING or Property::ARRAY of Property::STRING
    * @note The array form is used for generating animated image visuals.
+   * @note The number of threads used for local and remote image loading can be controlled by the
+   *       environment variables DALI_TEXTURE_LOCAL_THREADS and DALI_TEXTURE_REMOTE_THREADS respectively.
+   *       The default values are 4 threads for local image loading and 8 threads for remote image loading.
    * @SINCE_1_1.45
    * @note Mandatory.
    */