Class RecorderInterruptedEventArgs

Definition

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

Provides data for the Interrupted event.

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

Properties

View Source

Current

Gets the current state of the recorder.

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

Previous

Gets the previous state of the recorder.

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

Reason

Gets the reason that interrupted the recorder.

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