Class AudioDeviceConnectionChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the DeviceConnectionChanged event.
public class AudioDeviceConnectionChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAudioDeviceConnectionChangedEventArgs
Properties
View SourceDevice
Gets the device.
Declaration
public AudioDevice Device { get; }
Property Value
Type | Description |
---|---|
AudioDevice | The AudioDevice. |
IsConnected
Gets the connection state of the device.
Declaration
public bool IsConnected { get; }
Property Value
Type | Description |
---|---|
bool | true if the device is connected; otherwise, false. |