Hi, I'm using the function BASS_GetDeviceInfo searching for output devices and BASS_RecordGetDeviceInfo for inputs devices.
In Windows I get result of the type:
BASS_DEVICE_TYPE_NETWORK.
BASS_DEVICE_TYPE_SPEAKERS.
BASS_DEVICE_TYPE_LINE.
BASS_DEVICE_TYPE_HEADPHONES.
BASS_DEVICE_TYPE_MICROPHONE.
BASS_DEVICE_TYPE_HEADSET.
BASS_DEVICE_TYPE_HANDSET.
BASS_DEVICE_TYPE_DIGITAL.
BASS_DEVICE_TYPE_SPDIF.
BASS_DEVICE_TYPE_HDMI.
BASS_DEVICE_TYPE_DISPLAYPORT.
But on Android the devices found not matches with none type listed . Are there any other type that I are not considering on my list?
thank you.