Event VLDSCapture.TDSCaptureGraph.OnCustomRender
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: TDSCaptureGraph
Contents | 
Syntax
Delphi:
property OnCustomRender : TVLDSCustomRenderEvent read FOnCustomRender write FOnCustomRender;
C++ Builder:
__property TVLDSCustomRenderEvent OnCustomRender = { read=FOnCustomRender,  write=FOnCustomRender };
Summary
Occurs during the DirectShow Graph rendering.
Description
This event allows a custom rendering between the Video
Capture Filter and the Video Grabber. The event passes both
filter and allows the user to perform a user specific
rendering between them.