Class TriplePlane

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Camera.dll

    The class containing image data which has three planes.

    public class TriplePlane : IPreviewPlane
    Inheritance
    object
    TriplePlane
    Implements
    IPreviewPlane

    Properties

    View Source

    U

    The U plane data.

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

    V

    The V plane data.

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

    Y

    The Y plane data.

    Declaration
    public byte[] Y { get; }
    Property Value
    Type Description
    byte[]

    Implements

    IPreviewPlane
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX