SetAudioRendererAdditional
Delphi
procedure SetAudioRendererAdditional (Value: LongInt);
C++Builder
void __fastcall SetAudioRendererAdditional(System::LongInt Value);
C#
public void SetAudioRendererAdditional(int Value);
VB.NET
Public Sub SetAudioRendererAdditional(Value As Integer)
C++/Qt
void SetAudioRendererAdditional (int Value);
Allows the use of an additional audio renderer, rendering the audio to a second audio renderer, additionally to the first one.
Set AudioRendererAdditional = AudioRendererIndex ("... name of the audio renderer to use...")
among the audio renderers listed in the AudioRenderers list.
Note: be sure to specify another index that the index of the default audio renderer (the default audio renderer has the index 0).