TOnVideoFromBitmapsNextFrameNeeded

Prev

Next

 






































































































Type of the OnVideoFromBitmapsNextFrameNeeded event.


Unit
VidGrab

Declaration
TOnVideoFromBitmapsNextFrameNeeded=procedure(Sender: TObject; FirstSample: Boolean; var BitmapHandle: HBITMAP; var CanFreeBitmapHandle: Boolean; var BMPorJPEGFile: String; var EndOfData: Boolean) of object;


typedef void __fastcall(__closure *TOnVideoFromBitmapsNextFrameNeeded)(System::TObject *Sender, bool FirstSample, HBITMAP &BitmapHandle, bool &CanFreeBitmapHandle, wchar_t *&BMPorJPEGFile, bool &EndOfData);

Description

Type of the OnVideoFromBitmapsNextFrameNeeded event.



See Also