BASS_ATTRIB_SPLIT_PRIORITY attribute

The priority of the source's DSP function feeding the splitter.

BASS_ChannelSetAttribute(
    HSTREAM handle,
    BASS_ATTRIB_SPLIT_PRIORITY,
    float priority
);

Parameters

handleThe splitter stream handle.
priorityThe priority. This attribute is an integer (floating-point values will be truncated).

Remarks

This attribute only applies to splitters that are fed by a DSP function on the source. All splitters with the same source are fed by the same DSP function, so the priority change will apply to all of them. The initial priority is determined by the BASS_CONFIG_SPLIT_PRIORITY config option.

See also

BASS_CONFIG_SPLIT_PRIORITY

BASS_ChannelGetAttribute, BASS_ChannelSetAttribute