Class BitmapFrame

    Definition

    Namespace:
    Tizen.Multimedia.Util
    Assembly:
    Tizen.Multimedia.Util.dll

    Represents the image data returned by a decoder class.

    public class BitmapFrame
    Inheritance
    object
    BitmapFrame

    Properties

    View Source

    Buffer

    Gets the raw image data.

    Declaration
    public byte[] Buffer { get; }
    Property Value
    Type Description
    byte[]
    View Source

    Size

    Gets the size of the image.

    Declaration
    public Size Size { get; }
    Property Value
    Type Description
    Size
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX