Class CapturedFrame
Represents data for a video frame captured.
Inherited Members
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
3Size
Gets the size.
Declaration
public Size Size { get; }
Property Value
Type | Description |
---|---|
Size |