Sets the device's sample format to DSD or PCM.
Namespace: Un4seen.BassAsio
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
Parameters
- dsd
- Type: SystemBoolean
Set the sample format to DSD?
Return Value
Type: BooleanIf successful, then is returned, else is returned. Use BASS_ASIO_ErrorGetCode to get the error code.
Remarks
| ERROR CODE | Description |
|---|---|
| BASS_ERROR_INIT | BASS_ASIO_Init(Int32, BASSASIOInit) has not been successfully called. |
| BASS_ERROR_NOTAVAIL | DSD is not supported by the device/driver. |
| BASS_ERROR_UNKNOWN | Some other mystery problem. |
See Also