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