Skip to content

RecordingTimerInterval

property

Delphi
property RecordingTimerInterval: LongInt read GetRecordingTimerInterval write SetRecordingTimerInterval default DEF_RecordingTimerInterval;
C++Builder
__property System::LongInt RecordingTimerInterval = {read=GetRecordingTimerInterval, write=SetRecordingTimerInterval, default=60};
C#
public int RecordingTimerInterval { get; set; }
VB.NET
Public Property RecordingTimerInterval As Integer
C++/Qt
int GetRecordingTimerInterval ();
void SetRecordingTimerInterval (int Value);

specifies the interval of time between each RecordingTimer action (generates new file or stops recording), expressed in seconds.