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.
public class JpegDecoder : ImageDecoder, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View SourceJpegDecoder()
Initializes a new instance of the Jpeg
Declaration
public JpegDecoder()
Remarks
Input
Fields
View SourceDefaultJpegDownscale
A read-only field that represents the default value of Downscale.
Declaration
public static readonly JpegDownscale DefaultJpegDownscale
Field Value
Type | Description |
---|---|
Jpeg |
Properties
View SourceDownscale
Gets or sets the downscale at which the jpeg image should be decoded.
Declaration
public JpegDownscale Downscale { get; set; }
Property Value
Type | Description |
---|---|
Jpeg |
Exceptions
Type | Condition |
---|---|
System. |
|
Implements
System.IDisposable