Class PreviewFrame
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The class containing the preview image data.
public class PreviewFrame
- Inheritance
-
objectPreview
Frame
Properties
View SourceFormat
The pixel format of the image.
Declaration
public CameraPixelFormat Format { get; }
Property Value
Type | Description |
---|---|
Camera |
Plane
The buffer including the preview frame.
Declaration
public IPreviewPlane Plane { get; }
Property Value
Type | Description |
---|---|
IPreview |
PlaneType
The type of the preview plane. Plane
Declaration
public PlaneType PlaneType { get; }
Property Value
Type | Description |
---|---|
Plane |
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 |