Class StreamRecorderStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.StreamRecorder.dll
Provides data for the StateChanged event.
[Obsolete("Deprecated in API10; Will be removed in API12")]
public class StreamRecorderStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStreamRecorderStateChangedEventArgs
Properties
View SourceCurrent
Gets the current state of the stream recorder.
Declaration
[Obsolete("Deprecated in API10; Will be removed in API12")]
public RecorderState Current { get; }
Property Value
Type | Description |
---|---|
RecorderState |
Previous
Gets the previous state of the stream recorder.
Declaration
[Obsolete("Deprecated in API10; Will be removed in API12")]
public RecorderState Previous { get; }
Property Value
Type | Description |
---|---|
RecorderState |