TwclAudioDevice Record

Contains information about audio device.

Namespace: wclAudio
type
 TwclAudioDevice = record
 end;

The TwclAudioDevice type exposes the following members.

Show:
 NameDescription
Description

Device description.

Flow

The data flow.

FriendlyName

Device friendly name.

Id

Device's ID.

IsBluetooth

True if the audio device is connected by Bluetooth.

Mac

The device's MAC address if device is Bluetooth. Valid only if IsBluetooth is True.

Roles

The device default roles.

Service

Bluetooth service UUID. Valid only if IsBluetooth is True.

State

The device state.

Top