BASS_ATTRIB_DSD_RATE attribute

The DSD sample rate.

BASS_ChannelGetAttribute(
    HSTREAM handle,
    BASS_ATTRIB_DSD_RATE,
    float *rate
);

Parameters

handleThe DSD stream handle.
rateThe 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