Class RecorderInterruptingEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides data for the Interrupting event.
public class RecorderInterruptingEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRecorderInterruptingEventArgs
Properties
View SourceReason
Gets the reason of the interrupt.
Declaration
public RecorderPolicy Reason { get; }
Property Value
Type | Description |
---|---|
RecorderPolicy |
State
Gets the previous state of the recorder.
Declaration
public RecorderState State { get; }
Property Value
Type | Description |
---|---|
RecorderState |