Property MLDMOSupport.TMLDMOFilter.MediaObject
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: TMLDMOFilter
Contents |
Syntax
Delphi:
property MediaObject : IMediaObject read FMediaObject;
C++ Builder:
__property IMediaObject MediaObject = { read=FMediaObject };
Summary
IMediaObject interface of the DMO filter.
Description
Allows access the the IMediaObject interface of the DMO
filter. This property is reserved for advanced developers
familiar with the DMO SDK.