Class JpegXlDecoder

Definition

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

Provides the ability to decode the JPEG (Joint Photographic Experts Group) XL encoded images.

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

Constructors

View Source

JpegXlDecoder()

Initializes a new instance of the JpegXlDecoder class.

Declaration
C#
Copy
public JpegXlDecoder()
Remarks

InputFormat will be the JpegXl.

API Level: 10

Implements

System.IDisposable