Class CapturedFrame

Definition

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

Represents data for a video frame captured.

C#
Copy
public class CapturedFrame
Inheritance
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
byte[]
Remarks

The color space format is RGB888.

View Source

Size

Gets the size.

Declaration
C#
Copy
public Size Size { get; }
Property Value
Type Description
Size