OnBitmapsLoadingProgress
event
Delphi
property OnBitmapsLoadingProgress: TOnProgressCommented read FOnBitmapsLoadingProgress write FOnBitmapsLoadingProgress;
C++Builder
__property TOnProgressCommented OnBitmapsLoadingProgress = {read=FOnBitmapsLoadingProgress, write=FOnBitmapsLoadingProgress};
typedef void __fastcall (__closure *TOnProgressCommented)(System::TObject* Sender, System::LongInt Percent, LargeInteger Position, LargeInteger Duration, System::UnicodeString Comment);
C#
public event OnBitmapsLoadingProgressEventHandler OnBitmapsLoadingProgress;
public delegate void OnBitmapsLoadingProgressEventHandler(object sender, TOnProgressCommentedEventArgs e);
VB.NET
Public Event OnBitmapsLoadingProgress As OnBitmapsLoadingProgressEventHandler
Public Delegate Sub OnBitmapsLoadingProgressEventHandler(sender As Object, e As TOnProgressCommentedEventArgs)
C++/Qt
void SetOnBitmapsLoadingProgress (TOnBitmapsLoadingProgressCb OnBitmapsLoadingProgressCb);
typedef void CALLBACK TOnBitmapsLoadingProgressCb (void *Object, void *Sender, int Percent, __int64 Position, __int64 Duration, wchar_t *Comment);
This TOnProgressCommented event occurs periodically when invoking VideoFromImages_CreateSetOfBitmaps to build a set of bitmap that will be used to create a video clip.