Class AudioIOStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.AudioIO.dll
Provides data for the StateChanged event and the StateChanged event.
public class AudioIOStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAudioIOStateChangedEventArgs
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 |
---|---|
bool |
Current
Gets the current state.
Declaration
public AudioIOState Current { get; }
Property Value
Type | Description |
---|---|
AudioIOState |
Previous
Gets the previous state.
Declaration
public AudioIOState Previous { get; }
Property Value
Type | Description |
---|---|
AudioIOState |