Skip to content

Mixer_RemoveFromMixer

function

Delphi
function Mixer_RemoveFromMixer (Id: LongInt): Boolean;
C++Builder
bool __fastcall Mixer_RemoveFromMixer(System::LongInt Id);
C#
public bool Mixer_RemoveFromMixer(int Id);
VB.NET
Public Function Mixer_RemoveFromMixer(Id As Integer) As Boolean
C++/Qt
BOOL Mixer_RemoveFromMixer (int Id);

Used to remove the association, in Mixer mode, between a source component and a Mixer component previously established by invoking Mixer_AddToMixer .

Pass as parameter the identifier that was returned by the Mixer_AddToMixer function when it has been invoked.