BASS.NET API for the Un4seen BASS Audio LibraryBASS_BFX_MIX MembersBASS.NET API for the Un4seen BASS Audio Library

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( BASSFXChan )
Constructor already setting the channel order.
Back to Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodFinalize
Default Finilizer.
(Overrides OnlineObject Finalize .)
Back to Top
Fields

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