Class RecorderInterruptedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
- API Level:
- 3
Provides data for the Interrupted event.
public class RecorderInterruptedEventArgs : EventArgs
- Inheritance
Properties
View SourceCurrent
Gets the current state of the recorder.
Declaration
public RecorderState Current { get; }
Property Value
Type | Description |
---|---|
RecorderState |
API Level: 3
View SourcePrevious
Gets the previous state of the recorder.
Declaration
public RecorderState Previous { get; }
Property Value
Type | Description |
---|---|
RecorderState |
API Level: 3
View SourceReason
Gets the reason that interrupted the recorder.
Declaration
public RecorderPolicy Reason { get; }
Property Value
Type | Description |
---|---|
RecorderPolicy |