BASS.NET API for the Un4seen BASS Audio Library

BassBASS_GetDeviceCount Method

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

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

public static int BASS_GetDeviceCount()

Return Value

Type: Int32
Number of real output devices available.
Remarks

Uses BASS_GetDeviceInfo(Int32, BASS_DEVICEINFO) internally.
See Also

Reference