Class StreamRecorderStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.StreamRecorder.dll
Provides data for the StateChanged event.
public class StreamRecorderStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStreamRecorderStateChangedEventArgs
Properties
View SourceCurrent
Gets the current state of the stream recorder.
Declaration
public RecorderState Current { get; }
Property Value
Type | Description |
---|---|
RecorderState |
Previous
Gets the previous state of the stream recorder.
Declaration
public RecorderState Previous { get; }
Property Value
Type | Description |
---|---|
RecorderState |