Skip to content

VideoFromImages_RepeatIndefinitely

property

Delphi
property VideoFromImages_RepeatIndefinitely: Boolean read GetVideoFromImages_RepeatIndefinitely write SetVideoFromImages_RepeatIndefinitely  default DEF_VideoFromImages_RepeatIndefinitely;
C++Builder
__property bool VideoFromImages_RepeatIndefinitely = {read=GetVideoFromImages_RepeatIndefinitely, write=SetVideoFromImages_RepeatIndefinitely, default=0};
C#
public bool VideoFromImages_RepeatIndefinitely { get; set; }
VB.NET
Public Property VideoFromImages_RepeatIndefinitely As Boolean
C++/Qt
BOOL GetVideoFromImages_RepeatIndefinitely ();
void SetVideoFromImages_RepeatIndefinitely (BOOL Value);

Used to specify if TVideoGrabber must restart from the 1st image when the last image is reached in the VideoFromImages_SourceDirectory directory.