Class CapturedFrame

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll
API Level:
3

Represents data for a video frame captured.

C#
Copy
public class CapturedFrame
Inheritance
System.Object
CapturedFrame

Properties

View Source

Buffer

Gets the raw buffer of the captured image.

Declaration
C#
Copy
public byte[] Buffer { get; }
Property Value
Type Description
System.Byte[]
Remarks

The color space format is RGB888.

API Level: 3
View Source

Size

Gets the size.

Declaration
C#
Copy
public Size Size { get; }
Property Value
Type Description
Size
API Level: 3