Class AudioDeviceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the DeviceStateChanged event.
C#Copypublic class AudioDeviceStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAudioDeviceStateChangedEventArgs
Properties
Declaration
C#Copypublic AudioDevice Device { get; }
Property Value
| Type | Description |
|---|---|
| AudioDevice | The AudioDevice. |
Declaration
C#Copypublic AudioDeviceState State { get; }
Property Value
| Type | Description |
|---|---|
| AudioDeviceState | The AudioDeviceState of the device. |