Class AudioIOStateChangedEventArgs

Definition

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

Provides data for the StateChanged event and the StateChanged event.

C#
Copy
public class AudioIOStateChangedEventArgs : EventArgs
Inheritance
AudioIOStateChangedEventArgs

Properties

View Source

ByPolicy

Gets the value indicating whether the state is changed by a policy or not.

Declaration
C#
Copy
public bool ByPolicy { get; }
Property Value
Type Description
Boolean
API Level: 3
View Source

Current

Gets the current state.

Declaration
C#
Copy
public AudioIOState Current { get; }
Property Value
Type Description
AudioIOState
API Level: 3
View Source

Previous

Gets the previous state.

Declaration
C#
Copy
public AudioIOState Previous { get; }
Property Value
Type Description
AudioIOState
API Level: 3