Class DoublePlane

    Definition

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

    The class containing image data which has two planes.

    public class DoublePlane : IPreviewPlane
    Inheritance
    object
    DoublePlane
    Implements
    IPreviewPlane

    Properties

    View Source

    UV

    The UV plane data.

    Declaration
    public byte[] UV { 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