The device's capabilities. A combination of these flags (BASSInfo):
| DSCAPS_CONTINUOUSRATE | The device supports all sample rates between minrate and maxrate. |
| DSCAPS_EMULDRIVER | The device's drivers do NOT have DirectSound support, so it is being emulated. Updated drivers should be installed. |
| DSCAPS_CERTIFIED | The device driver has been certified by Microsoft. This flag is always set on WDM drivers. |
| DSCAPS_SECONDARYMONO | Mono samples are supported by hardware mixing. |
| DSCAPS_SECONDARYSTEREO | Stereo samples are supported by hardware mixing. |
| DSCAPS_SECONDARY8BIT | 8-bit samples are supported by hardware mixing. |
| DSCAPS_SECONDARY16BIT | 16-bit samples are supported by hardware mixing. |
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.2
Syntax
Field Value
Type: BASSInfoSee Also