Class HeifDecoder

Definition

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

Provides the ability to decode the HEIF (High Efficiency Image File Format) encoded images.

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

Constructors

View Source

HeifDecoder()

Initializes a new instance of the HeifDecoder class.

Declaration
C#
Copy
public HeifDecoder()
Remarks

InputFormat will be the Heif.

API Level: 9

Implements

System.IDisposable