Property DSGraphProperty.TDSGraph.MediaEvent
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: TDSGraph
Contents |
Syntax
Delphi:
property MediaEvent : IMediaEventEx read FMediaEvent;
C++ Builder:
__property IMediaEventEx MediaEvent = { read=FMediaEvent };
Summary
IMediaEvent interface of the DirectShow graph.
Description
Allows access the the IMediaEvent interface of the graph.
This property is reserved for advanced developers familiar
with DirectShow.