Class StillImage

Definition

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

The class containing the captured still image.

C#
Copy
public class StillImage
Inheritance
System.Object
StillImage

Properties

View Source

Data

The buffer containing the still image.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
API Level: 4
View Source

Exif

The Exif data describing additional metadata of still image. Please refer Exif specification for more details.

Declaration
C#
Copy
public byte[] Exif { get; }
Property Value
Type Description
System.Byte[]
API Level: 4
View Source

Format

The pixel format of the still image.

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

Resolution

The resolution of the still image.

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