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