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 JpegDecoder class.
Declaration
public JpegDecoder()
Remarks
InputFormat will be the Jpeg.
Fields
View SourceDefaultJpegDownscale
A read-only field that represents the default value of Downscale.
Declaration
public static readonly JpegDownscale DefaultJpegDownscale
Field Value
Type | Description |
---|---|
JpegDownscale |
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 |
---|---|
JpegDownscale |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
Implements
System.IDisposable