The BASS_INFO type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsCertified |
The device driver has been certified by Microsoft. Always true for WDM drivers.
| |
| Supports16BitSamples |
16-bit samples are supported by hardware mixing.
| |
| Supports8BitSamples |
8-bit samples are supported by hardware mixing.
| |
| SupportsContinuousRate |
The device supports all sample rates between minrate and maxrate.
| |
| SupportsDirectSound |
The device's drivers has DirectSound support
| |
| SupportsMonoSamples |
Mono samples are supported by hardware mixing.
| |
| SupportsStereoSamples |
Stereo samples are supported by hardware mixing.
|
See Also