Class HdrCaptureProgressEventArgs

Definition

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

Provides data for the HdrCaptureProgress event.

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

Properties

View Source

Percent

Gets the HDR Capture progress in percent.

Declaration
C#
Copy
public int Percent { get; }
Property Value
Type Description
Int32
API Level: 3