Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This interface enables applications to use a Microsoft DirectX® Media Objectin a filter graph. The DMO Wrapperfilter exposes this interface.

To add a DMO to the filter graph, create an instance of the DMO Wrapper filter and query it for the IDMOWrapperFilterinterface. Then call the Initmethod to initialize the filter with the DMO. For more information, see Using DMOs in a DirectShow Application.

Methods in Vtable Order

The following table shows the methods that appear in the Vtable beneath the standard COM methods inherited from IUnknown.

IDMOWrapperFilter method Description

Init

Initializes the DMO Wrapper filter with the specified DMO.

Requirements

Header Dmodshow.h
Library dmoguids.lib
Windows Embedded CE Windows CE .NET 4.1 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also