PreallocCapFileCopiedAfterRecording
Delphi
property PreallocCapFileCopiedAfterRecording: Boolean read GetPreallocCapFileCopiedAfterRecording write SetPreallocCapFileCopiedAfterRecording default DEF_PreallocCapFileCopiedAfterRecording;
C++Builder
__property bool PreallocCapFileCopiedAfterRecording = {read=GetPreallocCapFileCopiedAfterRecording, write=SetPreallocCapFileCopiedAfterRecording, default=1};
C#
public bool PreallocCapFileCopiedAfterRecording { get; set; }
VB.NET
Public Property PreallocCapFileCopiedAfterRecording As Boolean
C++/Qt
BOOL GetPreallocCapFileCopiedAfterRecording ();
void SetPreallocCapFileCopiedAfterRecording (BOOL Value);
Enables recopy of the preallocated file immediately after capture.
Remarks
This property is significant only when the preallocated file is used ("PreallocCapFileEnabled " is true).
- when this property is enabled, the recopy of the preallocated file occurs immediately after StopRecording is invoked. This is the normal default value. - when this property is disabled, the preallocated file is not recopied.
This option is useful only if preferring to keep the video clip "as is" in the preallocated capture file and to recopy or reencode it later by using StartReencoding.