Class StillImage
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The class containing the captured still image.
public class StillImage
- Inheritance
-
objectStillImage
Properties
View SourceData
The buffer containing the still image.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
byte[] |
Exif
The Exif data describing additional metadata of still image. Please refer Exif specification for more details.
Declaration
public byte[] Exif { get; }
Property Value
Type | Description |
---|---|
byte[] |
Format
The pixel format of the still image.
Declaration
public CameraPixelFormat Format { get; }
Property Value
Type | Description |
---|---|
CameraPixelFormat |
Resolution
The resolution of the still image.
Declaration
public Size Resolution { get; }
Property Value
Type | Description |
---|---|
Size |