Class PreviewFrame
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The class containing the preview image data.
public class PreviewFrame
- Inheritance
-
objectPreviewFrame
Properties
View SourceFormat
The pixel format of the image.
Declaration
public CameraPixelFormat Format { get; }
Property Value
Type | Description |
---|---|
CameraPixelFormat |
Plane
The buffer including the preview frame.
Declaration
public IPreviewPlane Plane { get; }
Property Value
Type | Description |
---|---|
IPreviewPlane |
PlaneType
The type of the preview plane. PlaneType
Declaration
public PlaneType PlaneType { get; }
Property Value
Type | Description |
---|---|
PlaneType |
Resolution
The resolution of the preview image.
Declaration
public Size Resolution { get; }
Property Value
Type | Description |
---|---|
Size |
TimeStamp
The time stamp of the preview frame.
Declaration
public uint TimeStamp { get; }
Property Value
Type | Description |
---|---|
uint |