Class AudioIOStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.AudioIO.dll
- API Level:
- 3
Provides data for the StateChanged event and the StateChanged event.
public class AudioIOStateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceByPolicy
Gets the value indicating whether the state is changed by a policy or not.
Declaration
public bool ByPolicy { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 3
View SourceCurrent
Gets the current state.
Declaration
public AudioIOState Current { get; }
Property Value
Type | Description |
---|---|
AudioIOState |
API Level: 3
View SourcePrevious
Gets the previous state.
Declaration
public AudioIOState Previous { get; }
Property Value
Type | Description |
---|---|
AudioIOState |