Show / Hide Table of Contents

    Class CapturedFrame

    Represents data for a video frame captured.

    Inheritance
    Object
    CapturedFrame
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Multimedia
    Assembly: Tizen.Multimedia.MediaPlayer.dll
    Syntax
    public class CapturedFrame

    Properties

    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.

    API Version
    3

    Size

    Gets the size.

    Declaration
    public Size Size { get; }
    Property Value
    Type Description
    Size
    API Version
    3
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX