Class PreviewEventArgs

Definition

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

Provides data for the Preview event.

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

Properties

View Source

Preview

Gets the preview frame data.

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