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