Class AudioIOStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.AudioIO.dll
Provides data for the StateChanged event and the StateChanged event.
C#Copypublic class AudioIOStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAudioIOStateChangedEventArgs
Properties
Declaration
C#Copypublic bool ByPolicy { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Declaration
C#Copypublic AudioIOState Current { get; }
Property Value
| Type | Description |
|---|---|
| AudioIOState |
Declaration
C#Copypublic AudioIOState Previous { get; }
Property Value
| Type | Description |
|---|---|
| AudioIOState |