The BASS_BFX_MIX type exposes the following members.

Constructors

  NameDescription
Public methodBASS_BFX_MIX(Int32)
Constructor assigning a linear 1:1 remap (0=CHAN1, 1=CHAN2 etc.).
Public methodBASS_BFX_MIX(array<BASSFXChan>[]()[][])
Constructor already setting the channel order.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodFinalize
Default Finilizer.
(Overrides Object..::..Finalize()()()().)

Fields

  NameDescription
Public fieldlChannel
Array of channels to mix together using BASSFXChan flag's (lChannel[0]=1st=left, lChannel[0]=2nd=right channel etc.).

See Also