IEnumDMO Interface
The IEnumDMO interface provides methods for enumerating Microsoft DirectX Media Objects (DMOs). It is based on the OLE enumeration interfaces. For more information, see the IEnumXXXX topic in the Platform SDK.
To enumerate registered DMOs, call the DMOEnum function.
In addition to the methods inherited from IUnknown, the IEnumDMO interface exposes the following methods.
Method | Description |
Clone | Not implemented. |
Next | Retrieves a specified number of items in the enumeration sequence. |
Reset | Resets the enumeration sequence to the beginning. |
Skip | Skips over a specified number of items in the enumeration sequence. |
Requirements
Header: Declared in Mediaobj.h; include Dmo.h
Library: Dmoguids.lib.