Merge "Fix comments of encoded image buffer" into devel/master
authorEunki Hong <eunkiki.hong@samsung.com>
Mon, 2 Aug 2021 10:15:06 +0000 (10:15 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 2 Aug 2021 10:15:06 +0000 (10:15 +0000)
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
 {