Class PreviewFrame

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
4

The class containing the preview image data.

C#
Copy
public class PreviewFrame
Inheritance
System.Object
PreviewFrame

Properties

View Source

Format

The pixel format of the image.

Declaration
C#
Copy
public CameraPixelFormat Format { get; }
Property Value
Type Description
CameraPixelFormat
API Level: 4
View Source

Plane

The buffer including the preview frame.

Declaration
C#
Copy
public IPreviewPlane Plane { get; }
Property Value
Type Description
IPreviewPlane
API Level: 4
View Source

PlaneType

The type of the preview plane. PlaneType

Declaration
C#
Copy
public PlaneType PlaneType { get; }
Property Value
Type Description
PlaneType
API Level: 4
View Source

Resolution

The resolution of the preview image.

Declaration
C#
Copy
public Size Resolution { get; }
Property Value
Type Description
Size
API Level: 4
View Source

TimeStamp

The time stamp of the preview frame.

Declaration
C#
Copy
public uint TimeStamp { get; }
Property Value
Type Description
System.UInt32
API Level: 4