Class RecorderStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides data for the StateChanged event.
C#Copypublic class RecorderStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRecorderStateChangedEventArgs
Properties
Declaration
C#Copypublic RecorderState CurrentState { get; }
Property Value
Type | Description |
---|---|
RecorderState |
View Source
IsStateChangedByPolicy
Gets the value indicating whether the state is changed by policy.
Declaration
C#Copypublic bool IsStateChangedByPolicy { get; }
Property Value
Type | Description |
---|---|
bool | true if the state changed by policy such as resource conflict or security, otherwise false. |
Declaration
C#Copypublic RecorderState PreviousState { get; }
Property Value
Type | Description |
---|---|
RecorderState |