Share via


IDMOWrapperFilter Interface (Windows CE 5.0)

Send Feedback

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

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE .NET 4.1 and later.
Header: Dmodshow.h.
Link Library: Dmoguids.lib.

See Also

DirectShow Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.