Class JpegDecoder
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Provides the ability to decode the Joint Photographic Experts Group (JPEG) encoded images.
C#
Copy
public class JpegDecoder : ImageDecoder, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
Declaration
C#
Copy
public JpegDecoder()
Remarks
Input
Fields
Declaration
C#
Copy
public static readonly JpegDownscale DefaultJpegDownscale
Field Value
Type | Description |
---|---|
Jpeg |
Properties
Declaration
C#
Copy
public JpegDownscale Downscale { get; set; }
Property Value
Type | Description |
---|---|
Jpeg |
Exceptions
Type | Condition |
---|---|
System. |
|
Implements
System.IDisposable