Skip to content

AudioInputMono

property

Delphi
property AudioInputMono: Boolean read GetAudioInputMono write SetAudioInputMono;
C++Builder
__property bool AudioInputMono = {read=GetAudioInputMono, write=SetAudioInputMono, nodefault};
C#
public bool AudioInputMono { get; set; }
VB.NET
Public Property AudioInputMono As Boolean
C++/Qt
BOOL GetAudioInputMono ();
void SetAudioInputMono (BOOL Value);

Used to switch the audio input in "mono" mode of the current audio capture device. When disabled, the audio input is in "stereo" mode.