Class SinglePlane

    Definition

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

    The class containing the image data, which has a single plane.

    public class SinglePlane : IPreviewPlane
    Inheritance
    object
    SinglePlane
    Implements
    IPreviewPlane

    Properties

    View Source

    Data

    The YUV plane data.

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

    Implements

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