BASS_ASIO_GetDevice

Retrieves the device setting in the current thread.

DWORD BASS_ASIO_GetDevice();

Return value

If successful, the device number is returned, else -1 is returned. Use BASS_ASIO_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_INITBASS_ASIO_Init has not been successfully called - there are no initialized devices.

See also

BASS_ASIO_Init, BASS_ASIO_SetDevice