Skip to content

RecordingBacktimedFramesCount

property

Delphi
property RecordingBacktimedFramesCount: LongInt read GetRecordingBacktimedFramesCount write SetRecordingBacktimedFramesCount;
C++Builder
__property System::LongInt RecordingBacktimedFramesCount = {read=GetRecordingBacktimedFramesCount, write=SetRecordingBacktimedFramesCount, nodefault};
C#
public int RecordingBacktimedFramesCount { get; set; }
VB.NET
Public Property RecordingBacktimedFramesCount As Integer
C++/Qt
int GetRecordingBacktimedFramesCount ();
void SetRecordingBacktimedFramesCount (int Value);

Used to record the AVI file starting with a back-timed amount of video frames.

Remarks

Specifies the number of video frames to back-time (preroll) in the buffer.

E.g. to preroll 3 seconds and the frame rate is 15 fps, set RecordingBacktimedFramesCount = 3 x 15 = 45.

See the Back-timed recording (preroll) ) chapter for more information.