Skip to content

PreallocCapFileName

property

Delphi
property PreallocCapFileName: string read GetPreallocCapFileName write SetPreallocCapFileName;
C++Builder
__property System::UnicodeString PreallocCapFileName = {read=GetPreallocCapFileName, write=SetPreallocCapFileName};
C#
public string PreallocCapFileName { get; set; }
VB.NET
Public Property PreallocCapFileName As String
C++/Qt
wchar_t *GetPreallocCapFileName ();
void SetPreallocCapFileName (wchar_t *Value);

Used to set or retrieve the full qualified path and name of the pre-allocated recording file. This property is ignored if PreallocCapFileEnabled is disabled. If left blank, a "prealloc.avi" file will be created in the StoragePath directory. See the "preallocated capture file" section in the AVI recording chapter for more information.