The BASS_BFX_MIX type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_BFX_MIX(Int32) |
Constructor assigning a linear 1:1 remap (0=CHAN1, 1=CHAN2 etc.).
| |
| BASS_BFX_MIX(array<BASSFXChan>[]()[][]) |
Constructor already setting the channel order.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Finalize |
Default Finilizer.
(Overrides Object..::..Finalize()()()().) |
Fields
| Name | Description | |
|---|---|---|
| lChannel |
Array of channels to mix together using BASSFXChan flag's (lChannel[0]=1st=left, lChannel[0]=2nd=right channel etc.).
|