BASS.NET API for the Un4seen BASS Audio Library

BASS_DEVICEINFOdriver Field

BASS.NET API for the Un4seen BASS Audio Library
The filename of the driver being used... = no driver (ie. "no sound" device).

On systems that can use both VxD and WDM drivers (Windows Me/98SE), this will reveal which type of driver is being used.

Further information can be obtained from the file using the GetFileVersionInfo Win32 API function.

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

public string driver

Field Value

Type: String
See Also

Reference