Class CameraCapturingEventArgs

Definition

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

Provides data for the Capturing event.

C#
Copy
public class CameraCapturingEventArgs : EventArgs
Inheritance
System.Object
CameraCapturingEventArgs

Properties

View Source

MainImage

Gets the main image data of the captured still image.

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

PostView

Gets the image data of the post view.

Declaration
C#
Copy
public StillImage PostView { get; }
Property Value
Type Description
StillImage
API Level: 3
View Source

Thumbnail

Gets the image data of the thumbnail.

Declaration
C#
Copy
public StillImage Thumbnail { get; }
Property Value
Type Description
StillImage
API Level: 3