Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 4
The class containing the captured still image.
- Inheritance
-
Properties
Declaration
public byte[] Data { get; }
Property Value
Type |
Description |
System.Byte[] |
|
API Level: 4
View Source
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 |
System.Byte[] |
|
API Level: 4
Declaration
public CameraPixelFormat Format { get; }
Property Value
API Level: 4
Declaration
public Size Resolution { get; }
Property Value
API Level: 4