BASS_ATTRIB_DSD_RATE attribute
The DSD sample rate.
BASS_ChannelGetAttribute(
HSTREAM handle,
BASS_ATTRIB_DSD_RATE,
float *rate
);
Parameters
handle | The DSD stream handle.
|
rate | The DSD sample rate.
|
Remarks
This attribute is read-only, so cannot be modified via BASS_ChannelSetAttribute.
See also
BASS_CONFIG_DSD_GAIN
BASS_ChannelGetAttribute, BASS_ChannelSetAttribute