Class HeifDecoder
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Provides the ability to decode the HEIF (High Efficiency Image File Format) encoded images.
public class HeifDecoder : ImageDecoder, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceHeifDecoder()
Initializes a new instance of the HeifDecoder class.
Declaration
public HeifDecoder()
Remarks
InputFormat will be the Heif.
Implements
System.IDisposable