Class EncodedPlane

    Definition

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

    The class containing the encoded image data.

    public class EncodedPlane : IPreviewPlane
    Inheritance
    object
    EncodedPlane
    Implements
    IPreviewPlane

    Properties

    View Source

    Data

    The buffer containing the encoded image data.

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

    IsDeltaFrame

    The flag indicating whether the current frame is a delta frame or not.

    Declaration
    public bool IsDeltaFrame { get; }
    Property Value
    Type Description
    bool

    Implements

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