Method procedure VLCommonDisplay.TVLCommonImageDisplay.DisplayImage(IVLImageBuffer)
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLCommonImageDisplay
Contents |
Syntax
Delphi:
procedure DisplayImage( AImage : IVLImageBuffer );
C++ Builder:
void __fastcall DisplayImage( IVLImageBuffer AImage );
Visual C++ (MFC):
void DisplayImage( TVLCVideoBuffer AImage );
Summary
Displays the content of an image buffer.
Description
Call this method to display the content of an image buffer from inside your code. Note If you are using TVLDSImageDisplay, call TVLDSImageDisplay.Start before any calls to DisplayImage.