Class StreamRecorderStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.StreamRecorder.dll
Provides data for the StateChanged event.
C#Copypublic class StreamRecorderStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStreamRecorderStateChangedEventArgs
Properties
Declaration
C#Copypublic RecorderState Current { get; }
Property Value
| Type | Description |
|---|---|
| RecorderState |
Declaration
C#Copypublic RecorderState Previous { get; }
Property Value
| Type | Description |
|---|---|
| RecorderState |