BASS.NET API for the Un4seen BASS Audio Library

BaseDSPDSPPriority Property

BASS.NET API for the Un4seen BASS Audio Library
Sets or reassigns the priority of the DSP, which determines it's position in the DSP chain - DSPs with higher priority are called before those with lower.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int DSPPriority { get; set; }

Property Value

Type: Int32
Remarks

If the DSP has already been assigned, changing the priority will immediately reassig the DSP to the new priority.
See Also

Reference