Class AudioDeviceConnectionChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the Device
public class AudioDeviceConnectionChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args AudioDevice Connection Changed Event Args
Properties
View SourceDevice
Gets the device.
Declaration
public AudioDevice Device { get; }
Property Value
Type | Description |
---|---|
Audio |
The Audio |
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. |