BurstMode
Delphi
property BurstMode: Boolean read GetBurstMode write SetBurstMode default DEF_BurstMode;
C++Builder
__property bool BurstMode = {read=GetBurstMode, write=SetBurstMode, default=0};
C#
public bool BurstMode { get; set; }
VB.NET
Public Property BurstMode As Boolean
C++/Qt
BOOL GetBurstMode ();
void SetBurstMode (BOOL Value);
enables or disables the automated frame capture process. The number of frames captured depends of the BurstCount and BurstInterval parameters. The destination of the captured frame depends of the BurstType parameter.