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