VideoControlSettings
Delphi
property VideoControlSettings: Boolean read GetVideoControlSettings write SetVideoControlSettings default DEF_VideoControlSettings;
C++Builder
__property bool VideoControlSettings = {read=GetVideoControlSettings, write=SetVideoControlSettings, default=1};
C#
public bool VideoControlSettings { get; set; }
VB.NET
Public Property VideoControlSettings As Boolean
C++/Qt
BOOL GetVideoControlSettings ();
void SetVideoControlSettings (BOOL Value);
Enables or disables the automatic saving and restoring of the video control settings.