Class RecorderStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Recorder.dll
API Level:
3

Provides data for the StateChanged event.

C#
Copy
public class RecorderStateChangedEventArgs : EventArgs
Inheritance
System.Object
RecorderStateChangedEventArgs

Properties

View Source

CurrentState

Gets the current state of the recorder.

Declaration
C#
Copy
public RecorderState CurrentState { get; }
Property Value
Type Description
RecorderState
API Level: 4
View Source

IsStateChangedByPolicy

Gets the value indicating whether the state is changed by policy.

Declaration
C#
Copy
public bool IsStateChangedByPolicy { get; }
Property Value
Type Description
Boolean

true if the state changed by policy such as resource conflict or security, otherwise false.

API Level: 3
View Source

PreviousState

Gets the previous state of the recorder.

Declaration
C#
Copy
public RecorderState PreviousState { get; }
Property Value
Type Description
RecorderState
API Level: 4