OnCopyPreallocDataStarted
event
Delphi
property OnCopyPreallocDataStarted: TOnSourceFileToDestFileStarted read FOnCopyPreallocDataStarted write FOnCopyPreallocDataStarted;
C++Builder
__property TOnSourceFileToDestFileStarted OnCopyPreallocDataStarted = {read=FOnCopyPreallocDataStarted, write=FOnCopyPreallocDataStarted};
typedef void __fastcall (__closure *TOnSourceFileToDestFileStarted)(System::TObject* Sender, System::UnicodeString SourceFile, System::UnicodeString DestFile);
C#
public event OnCopyPreallocDataStartedEventHandler OnCopyPreallocDataStarted;
public delegate void OnCopyPreallocDataStartedEventHandler(object sender, TOnSourceFileToDestFileStartedEventArgs e);
VB.NET
Public Event OnCopyPreallocDataStarted As OnCopyPreallocDataStartedEventHandler
Public Delegate Sub OnCopyPreallocDataStartedEventHandler(sender As Object, e As TOnSourceFileToDestFileStartedEventArgs)
C++/Qt
void SetOnCopyPreallocDataStarted (TOnCopyPreallocDataStartedCb OnCopyPreallocDataStartedCb);
typedef void CALLBACK TOnCopyPreallocDataStartedCb (void *Object, void *Sender, wchar_t *SourceFile, wchar_t *DestFile);
Occurs when the preallocated recording file begins to be copied.
This TOnSourceFileToDestFileStarted event is used when PreallocCapFileEnabled is true (a preallocated huge capture file is used for recording).
Occurs when the streams data begins to be copied from the pre-allocated AVI file to the final AVI file.