Fix comments of encoded image buffer 27/261327/2
authorEunki Hong <eunkiki.hong@samsung.com>
Thu, 15 Jul 2021 09:10:16 +0000 (02:10 -0700)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 19 Jul 2021 03:12:35 +0000 (12:12 +0900)
Remove some uneccessary comments of encoded image buffer
and note that raw buffer will be copied inside.

Change-Id: Ia9527f55790064ef039f573e3b7ef35fdfd26224
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
dali/public-api/adaptor-framework/encoded-image-buffer.h

index 2a0da34..6ab6b4d 100644 (file)
@@ -34,10 +34,7 @@ class EncodedImageBuffer;
 /**
  * @brief EncodedImageBuffer contains the large encoded raw buffer informations.
  *
- * We can upload this buffer by generated url.
- * The images are loaded by a worker thread to avoid blocking the main event thread.
- * @note cannot change raw buffer after make handle.
- * @note only regular image upload support now.
+ * @note Object will copy raw buffer data.
  */
 class DALI_ADAPTOR_API EncodedImageBuffer : public BaseHandle
 {