TVideoGrabber.SetAudioRendererAdditional

Prev

Next

TVideoGrabber

Methods

 




































































































Allows to use an additional audio renderer


Declaration
procedure SetAudioRendererAdditional (Value: LongInt);


void __fastcall SetAudioRendererAdditional(int Value);

Description

Allows to render 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).