Class StreamRecorderStateChangedEventArgs

Definition

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

Provides data for the StateChanged event.

C#
Copy
public class StreamRecorderStateChangedEventArgs : EventArgs
Inheritance
StreamRecorderStateChangedEventArgs

Properties

View Source

Current

Gets the current state of the stream recorder.

Declaration
C#
Copy
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
public RecorderState Previous { get; }
Property Value
Type Description
RecorderState
API Level: 4