IEnumDMO interface (mediaobj.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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.

Inheritance

The IEnumDMO interface inherits from the IUnknown interface. IEnumDMO also has these types of members:

Methods

The IEnumDMO interface has these methods.

 
IEnumDMO::Clone

This method is not implemented.
IEnumDMO::Next

The Next method retrieves a specified number of items in the enumeration sequence.
IEnumDMO::Reset

The Reset method resets the enumeration sequence to the beginning.
IEnumDMO::Skip

The Skip method skips over a specified number of items in the enumeration sequence.

Requirements

   
Target Platform Windows
Header mediaobj.h (include Dmo.h)