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#
Copy
public class JpegDecoder : ImageDecoder, IDisposable
Inheritance
JpegDecoder
Implements
System.IDisposable

Constructors

View Source

JpegDecoder()

Initializes a new instance of the JpegDecoder class.

Declaration
C#
Copy
public JpegDecoder()
Remarks

InputFormat will be the Jpeg.

API Level: 4

Fields

View Source

DefaultJpegDownscale

A read-only field that represents the default value of Downscale.

Declaration
C#
Copy
public static readonly JpegDownscale DefaultJpegDownscale
Field Value
Type Description
JpegDownscale
API Level: 4

Properties

View Source

Downscale

Gets or sets the downscale at which the jpeg image should be decoded.

Declaration
C#
Copy
public JpegDownscale Downscale { get; set; }
Property Value
Type Description
JpegDownscale
Exceptions
Type Condition
System.ArgumentException

value is invalid.

API Level: 4

Implements

System.IDisposable