Class CapturedFrame
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Represents data for a video frame captured.
public class CapturedFrame
- Inheritance
-
objectCapturedFrame
Properties
View SourceBuffer
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.
Size
Gets the size.
Declaration
public Size Size { get; }
Property Value
Type | Description |
---|---|
Size |