VideoVisibleWhenStopped
Delphi
property VideoVisibleWhenStopped: Boolean read GetVideoVisibleWhenStopped write SetVideoVisibleWhenStopped default DEF_VideoVisibleWhenStopped;
C++Builder
__property bool VideoVisibleWhenStopped = {read=GetVideoVisibleWhenStopped, write=SetVideoVisibleWhenStopped, default=0};
C#
public bool VideoVisibleWhenStopped { get; set; }
VB.NET
Public Property VideoVisibleWhenStopped As Boolean
C++/Qt
BOOL GetVideoVisibleWhenStopped ();
void SetVideoVisibleWhenStopped (BOOL Value);
When enabled, prevents the video window from being closed when the playback or preview ends, keeping the video window active. The last video frame remains displayed until StartPreview, StartRecording or OpenPlayer is invoked.