Class StreamRecorderStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.StreamRecorder.dll
API Level:
4

Provides data for the StateChanged event.

C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")] public class StreamRecorderStateChangedEventArgs : EventArgs
Inheritance
System.Object
StreamRecorderStateChangedEventArgs

Properties

View Source

Current

Gets the current state of the stream recorder.

Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")] public RecorderState Current { get; }
Property Value
Type Description
RecorderState
API Level: 4
View Source

Previous

Gets the previous state of the stream recorder.

Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")] public RecorderState Previous { get; }
Property Value
Type Description
RecorderState
API Level: 4