The following table contains error codes that are specific to Microsoft DirectX Media Objects (DMOs). These error codes are defined in the header file Mediaerr.h.
Constant/value
Description
DMO_E_INVALIDSTREAMINDEX
0x80040201
Invalid stream index.
DMO_E_INVALIDTYPE
0x80040202
Invalid media type.
DMO_E_TYPE_NOT_SET
0x80040203
Media type was not set. One or more streams require a media type before this operation can be performed.
DMO_E_NOTACCEPTING
0x80040204
Data cannot be accepted on this stream. You might need to process more output data; see IMediaObject::ProcessInput.