ThbWaveIn.DeviceList
Unit: hbTapiWave
 

This is a list of the available waveform-audio input devices according to the Windows operating system. The devices are listed in the order of there DeviceID. There are DeviceList.Count - 1 devices listed and the first device has an index (DeviceID) of 0.

ListBox1.Items.Assign(hbWaveIn1.DeviceList);

Availability

Design-Time: None / Run-Time: Read

Declaration

property DeviceList: TStringList;

See Also

ThbWaveIn.DeviceName | DeviceList | Available