Class WebPDecoder

Definition

Namespace:
Tizen.Multimedia.Util
Assembly:
Tizen.Multimedia.Util.dll
API Level:
8

Provides the ability to decode the WebP (Lossless and lossy compression for images on the web) encoded images.

C#
Copy
public class WebPDecoder : ImageDecoder, IDisposable
Inheritance
System.Object
WebPDecoder
Implements
System.IDisposable

Constructors

View Source

WebPDecoder()

Initializes a new instance of the WebPDecoder class.

Declaration
C#
Copy
public WebPDecoder()
Remarks

InputFormat will be the WebP.

API Level: 8

Implements

System.IDisposable