Skip to content

SpeakerBalance

property

Delphi
property SpeakerBalance: LongInt read GetSpeakerBalance write SetSpeakerBalance;
C++Builder
__property System::LongInt SpeakerBalance = {read=GetSpeakerBalance, write=SetSpeakerBalance, nodefault};
C#
public int SpeakerBalance { get; set; }
VB.NET
Public Property SpeakerBalance As Integer
C++/Qt
int GetSpeakerBalance ();
void SetSpeakerBalance (int Value);

Used to set the speaker balance. This property is active when SpeakerControl is enabled. Valid range: -32768 ... 32767. 0 is the center point. If AssociateAudioAndVideoDevices is enabled, the current value is saved with the current video capture device, and automatically restored when this video capture device is selected again (when VideoDevice is assigned).