OnReencodingProgress
event
Delphi
property OnReencodingProgress: TOnProgress read FOnReencodingProgress write FOnReencodingProgress;
C++Builder
__property TOnProgress OnReencodingProgress = {read=FOnReencodingProgress, write=FOnReencodingProgress};
typedef void __fastcall (__closure *TOnProgress)(System::TObject* Sender, System::LongInt Percent, LargeInteger Position, LargeInteger Duration);
C#
public event OnReencodingProgressEventHandler OnReencodingProgress;
public delegate void OnReencodingProgressEventHandler(object sender, TOnProgressEventArgs e);
VB.NET
Public Event OnReencodingProgress As OnReencodingProgressEventHandler
Public Delegate Sub OnReencodingProgressEventHandler(sender As Object, e As TOnProgressEventArgs)
C++/Qt
void SetOnReencodingProgress (TOnReencodingProgressCb OnReencodingProgressCb);
typedef void CALLBACK TOnReencodingProgressCb (void *Object, void *Sender, int Percent, __int64 Position, __int64 Duration);
This TOnProgress event occurs periodically during AVI reencoding.
Note: CompressionMode must be set to cm_CompressAfterRecording.