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
    object
    ImageDecoder
    JpegDecoder
    Implements
    System.IDisposable

    Constructors

    View Source

    JpegDecoder()

    Initializes a new instance of the JpegDecoder class.

    Declaration
    public JpegDecoder()
    Remarks

    InputFormat will be the Jpeg.

    Fields

    View Source

    DefaultJpegDownscale

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

    Declaration
    public static readonly JpegDownscale DefaultJpegDownscale
    Field Value
    Type Description
    JpegDownscale

    Properties

    View Source

    Downscale

    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

    value is invalid.

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX