Class CapturedFrame

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.MediaPlayer.dll

    Represents data for a video frame captured.

    public class CapturedFrame
    Inheritance
    object
    CapturedFrame

    Properties

    View Source

    Buffer

    Gets the raw buffer of the captured image.

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

    The color space format is RGB888.

    View Source

    Size

    Gets the size.

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