Class StillImage
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The class containing the captured still image.
C#
Copy
public class StillImage
- Inheritance
-
objectStill
Image
Properties
Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
byte[] |
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 |
---|---|
byte[] |
Declaration
C#
Copy
public CameraPixelFormat Format { get; }
Property Value
Type | Description |
---|---|
Camera |
Declaration
C#
Copy
public Size Resolution { get; }
Property Value
Type | Description |
---|---|
Size |