DMO Functions
Microsoft DirectShow 9.0 |
DMO Functions
This section describes the Microsoft DirectX Media Object (DMO) functions.
Function | Description |
DMOEnum | Enumerates DMOs listed in the registry. |
DMOGetName | Retrieves the name of a DMO from the registry. |
DMOGetTypes | Retrieves the media types registered for a DMO. |
DMORegister | Registers a DMO. |
DMOUnregister | Unregisters a DMO. |
MoCopyMediaType | Copies one media type structure to another. |
MoCreateMediaType | Allocates a new media type structure. |
MoDeleteMediaType | Deletes a media type structure that was previously allocated. |
MoDuplicateMediaType | Duplicates a media type structure. |
MoFreeMediaType | Frees the allocated members of a media type structure. |
MoInitMediaType | Initializes a media type structure. |
See Also