IDMOWrapperFilter Interface (Windows Embedded CE 6.0)

1/6/2010

This interface enables applications to use a Microsoft DirectX® Media Object in a filter graph. The DMO Wrapper filter exposes this interface.

To add a DMO to the filter graph, create an instance of the DMO Wrapper filter and query it for the IDMOWrapperFilter interface. Then call the Init method 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

See Also

Reference

DirectShow Interfaces