Class CameraCapturingEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
Provides data for the Capturing event.
public class CameraCapturingEventArgs : EventArgs
- Inheritance
Properties
View SourceMainImage
Gets the main image data of the captured still image.
Declaration
public StillImage MainImage { get; }
Property Value
Type | Description |
---|---|
StillImage |
API Level: 4
View SourcePostView
Gets the image data of the post view.
Declaration
public StillImage PostView { get; }
Property Value
Type | Description |
---|---|
StillImage |
API Level: 3
View SourceThumbnail
Gets the image data of the thumbnail.
Declaration
public StillImage Thumbnail { get; }
Property Value
Type | Description |
---|---|
StillImage |