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