RecordingTimer
Delphi
property RecordingTimer: TRecordingTimer read GetRecordingTimer write SetRecordingTimer default DEF_RecordingTimer;
C++Builder
__property TRecordingTimer RecordingTimer = {read=GetRecordingTimer, write=SetRecordingTimer, default=0};
C#
public TRecordingTimer RecordingTimer { get; set; }
VB.NET
Public Property RecordingTimer As TRecordingTimer
C++/Qt
TRecordingTimer GetRecordingTimer ();
void SetRecordingTimer (TRecordingTimer Value);
Used to enable the timed recording:
rt_Disabled : disabled
rt_RecordToNewFile : a new recording file is generated every RecordingTimerInterval seconds
rt_StopRecording : the recording stops after RecordingTimerInterval seconds
rt_StartRecording : the recording starts in preview mode only, the recording will begin after RecordingTimerInterval seconds
rt_FrameCapture : captures periodically the current frame; the type of capture (memory bitmap, bmp file, etc.) is determined by the BurstType property. The interval is determined by RecordingTimerInterval, expressed in seconds