BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_MIXlChannel Field

BASS.NET API for the Un4seen BASS Audio Library
Array of channels to mix together using BASSFXChan flag's (lChannel[0]=1st=left, lChannel[0]=2nd=right channel etc.).

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

public BASSFXChan[] lChannel

Field Value

Type: BASSFXChan
Remarks

Each value of an element represents a BASSFXChan flag specifying the source channels to be mixed/used. Whereas the element index determines the target channel to put the mixed channels to.
See Also

Reference