Class AudioDeviceConnectionChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
3

Provides data for the DeviceConnectionChanged event.

C#
Copy
public class AudioDeviceConnectionChangedEventArgs : EventArgs
Inheritance
System.Object
AudioDeviceConnectionChangedEventArgs

Properties

View Source

Device

Gets the device.

Declaration
C#
Copy
public AudioDevice Device { get; }
Property Value
Type Description
AudioDevice

The AudioDevice.

API Level: 3
View Source

IsConnected

Gets the connection state of the device.

Declaration
C#
Copy
public bool IsConnected { get; }
Property Value
Type Description
Boolean

true if the device is connected; otherwise, false.

API Level: 3