AutoStartPlayer
property
Delphi
property AutoStartPlayer: Boolean read GetAutoStartPlayer write SetAutoStartPlayer default DEF_AutoStartPlayer;
C++Builder
__property bool AutoStartPlayer = {read=GetAutoStartPlayer, write=SetAutoStartPlayer, default=1};
C#
public bool AutoStartPlayer { get; set; }
VB.NET
Public Property AutoStartPlayer As Boolean
C++/Qt
BOOL GetAutoStartPlayer ();
void SetAutoStartPlayer (BOOL Value);
Used to specify whether a clip must start playback automatically when OpenPlayer is called. If enabled, clips start playing automatically when they are opened.