Skip to content

StartAudioRendering

method

Delphi
function StartAudioRendering: Boolean;
C++Builder
bool __fastcall StartAudioRendering();
C#
public bool StartAudioRendering();
VB.NET
Public Function StartAudioRendering() As Boolean
C++/Qt
BOOL StartAudioRendering ();

Starts the rendering of the audio stream only, by using the current audio capture device.

However if the current video capture device has an audio output, it will be firstly used, so if you wish to be sure use the current audio capture device and not the possible audio stream coming out the current video capture device, set VideoDevice = -1 to keep the video devices disabled.

This function designed to activate the audio broadcasting to the network. See the Audio broadcasting chapter.