BASS_ATTRIB_VOLDSP_PRIORITY attribute

The priority of the volume DSP.

BASS_ChannelSetAttribute(
    DWORD handle,
    BASS_ATTRIB_VOLDSP_PRIORITY,
    float priority
);

Parameters

handleThe channel handle.
priorityThe priority... -2147483648 (min) to 2147483647 (max). The value will be automatically capped to this range, and rounded down to a whole number.

Remarks

This attribute determines where in the DSP chain the BASS_ATTRIB_VOLDSP attribute is applied; its effect will not be present in the data received by DSP functions with a higher priority. This attribute is write-only, so its value is not available via BASS_ChannelGetAttribute.

The default value is 2147483647 (max). Changes take immediate effect.

See also

BASS_ChannelGetAttribute, BASS_ChannelSetAttribute, BASS_ATTRIB_VOLDSP