Class RecorderInterruptingEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Recorder.dll
API Level:
4

Provides data for the Interrupting event.

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

Properties

View Source

Reason

Gets the reason of the interrupt.

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

State

Gets the previous state of the recorder.

Declaration
C#
Copy
public RecorderState State { get; }
Property Value
Type Description
RecorderState
API Level: 4