SpeakerControl
Delphi
property SpeakerControl: Boolean read GetSpeakerControl write SetSpeakerControl default DEF_SpeakerControl;
C++Builder
__property bool SpeakerControl = {read=GetSpeakerControl, write=SetSpeakerControl, default=0};
C#
public bool SpeakerControl { get; set; }
VB.NET
Public Property SpeakerControl As Boolean
C++/Qt
BOOL GetSpeakerControl ();
void SetSpeakerControl (BOOL Value);
Used to enable/disable the control of the speaker balance (SpeakerBalance ) and volume (SpeakerVolume ) from TVideoGrabber.