BASS.NET API for the Un4seen BASS Audio Library

BASSInfo Enumeration

BASS.NET API for the Un4seen BASS Audio Library
BASS_INFO flags to be used with BASS_INFO

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

public enum BASSInfo
Members

  Member nameValueDescription
DSCAPS_NONE0 Non of the falgs are set
DSCAPS_CONTINUOUSRATE16 The device supports all sample rates between minrate and maxrate.
DSCAPS_EMULDRIVER32 The device's drivers do NOT have DirectSound support, so it is being emulated. Updated drivers should be installed.
DSCAPS_CERTIFIED64 The device driver has been certified by Microsoft. This flag is always set on WDM drivers.
DSCAPS_SECONDARYMONO256 Mono samples are supported by hardware mixing.
DSCAPS_SECONDARYSTEREO512 Stereo samples are supported by hardware mixing.
DSCAPS_SECONDARY8BIT1024 8-bit samples are supported by hardware mixing.
DSCAPS_SECONDARY16BIT2048 16-bit samples are supported by hardware mixing.
See Also

Reference