Class RecorderInterruptedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides data for the Interrupted event.
C#Copypublic class RecorderInterruptedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRecorderInterruptedEventArgs
Properties
Declaration
C#Copypublic RecorderState Current { get; }
Property Value
| Type | Description |
|---|---|
| RecorderState |
Declaration
C#Copypublic RecorderState Previous { get; }
Property Value
| Type | Description |
|---|---|
| RecorderState |
Declaration
C#Copypublic RecorderPolicy Reason { get; }
Property Value
| Type | Description |
|---|---|
| RecorderPolicy |