DMO Functions
A version of this page is also available for
4/8/2010
The following table describes the Microsoft DirectX Media Object (DMO) functions.
DMO Registration Functions
The following table describes DMO registration functions, which enable an application to register and enumerate DirectX DMOs.
Function | Description |
---|---|
Registers a DMO. |
|
Creates additional entries in the registry that allow filter enumeration routines in DirectShow to locate a DMO. |
|
Unregisters a DMO. |
|
Removes the registry entires for a DMO created by a previous call to DMORegisterFilter. |
|
Enumerates registered DMOs. |
|
Retrieves the media types registered for a DMO. |
|
Retrieves the registered name of a DMO. |
Media Type Helper Functions
The following table describes functions that manipulate the DMO_MEDIA_TYPE structure.
Function | Description |
---|---|
Initializes a media type structure. |
|
Frees the allocated members of a media type structure. |
|
Copies the members of one media type structure into another media type structure. |
|
Allocates a new media type structure. |
|
Deletes a media type structure that was previously allocated. |
|
Duplicates a media type structure. |