[ImageUtil] Remove deprecated API and change native pinvoke APIs (#5950)
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.Util / ImageUtil / ImageUtilEnums.cs
index 37d6082..cab1521 100644 (file)
@@ -91,6 +91,18 @@ namespace Tizen.Multimedia.Util
         Level9,
     }
 
+    internal enum AnimationType
+    {
+        /// <summary>
+        /// GIF
+        /// </summary>
+        Gif,
+        /// <summary>
+        /// WebP
+        /// </summary>
+        WebP
+    }
+
     /// <summary>
     /// Specifies how an image is rotated or flipped.
     /// </summary>