BASS.NET API for the Un4seen BASS Audio Library

BassAsioBASS_ASIO_GetDeviceCount Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the total number of available Asio devices.

Namespace:  Un4seen.BassAsio
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static int BASS_ASIO_GetDeviceCount()

Return Value

Type: Int32
Number of ASIO devices available.
Remarks

Uses BASS_ASIO_GetDeviceInfo(Int32, BASS_ASIO_DEVICEINFO) internally.
See Also

Reference