Skip to content

PreallocCapFileSizeInMB

property

Delphi
property PreallocCapFileSizeInMB: LongInt read GetPreallocCapFileSizeInMB write SetPreallocCapFileSizeInMB  default DEF_PreallocCapFileSizeInMB;
C++Builder
__property System::LongInt PreallocCapFileSizeInMB = {read=GetPreallocCapFileSizeInMB, write=SetPreallocCapFileSizeInMB, default=100};
C#
public int PreallocCapFileSizeInMB { get; set; }
VB.NET
Public Property PreallocCapFileSizeInMB As Integer
C++/Qt
int GetPreallocCapFileSizeInMB ();
void SetPreallocCapFileSizeInMB (int Value);

Used to set or retrieve the size of the pre-allocated recording file, in Mb. For best capture results, capture to a unfragmented, pre-allocated capture file that is larger than the size of the capture data. This property is ignored if PreallocCapFileEnabled is disabled.

See the "preallocated capture file" section in the AVI recording chapter for more information.