PreallocCapFileEnabled
Delphi
property PreallocCapFileEnabled: Boolean read GetPreallocCapFileEnabled write SetPreallocCapFileEnabled default DEF_PreallocCapFileEnabled;
C++Builder
__property bool PreallocCapFileEnabled = {read=GetPreallocCapFileEnabled, write=SetPreallocCapFileEnabled, default=0};
C#
public bool PreallocCapFileEnabled { get; set; }
VB.NET
Public Property PreallocCapFileEnabled As Boolean
C++/Qt
BOOL GetPreallocCapFileEnabled ();
void SetPreallocCapFileEnabled (BOOL Value);
Used to pre-allocate the recording file. If enabled, a preallocated capture file is created before starting recording. See the "preallocated capture file" section in the AVI recording chapter for more information.