Microsoft DirectX 8.1 (C++)

IDMOWrapperFilter Interface

Enables applications to use a Microsoft® DirectX Media Object (DMO) 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 IDMOWrapperFilter::Init method to initialize the filter with the DMO. For more information, see Using DMOs in a DirectShow Application.

Requirements

Requires Dmodshow.h

In addition to the methods inherited from IUnknown, the IDMOWrapperFilter interface exposes the following method.

Method Description
Init Initializes the DMO Wrapper filter with the specified DMO.

See Also