DMO Error Codes
The following table contains error codes that are specific to Microsoft DirectX Media Objects (DMOs).
Error code | Description | Hexadecimal value |
---|---|---|
DMO_E_INVALIDSTREAMINDEX | Invalid stream index. | 0x80040201 |
DMO_E_INVALIDTYPE | Invalid media type. | 0x80040202 |
DMO_E_TYPE_NOT_SET | The media type was not set. One or more streams require a media type before this operation can be performed. | 0x80040203 |
DMO_E_NOTACCEPTING | Data cannot be accepted on this stream. You might need to process more output data; see IMediaObject::ProcessInput. | 0x80040204 |
DMO_E_TYPE_NOT_ACCEPTED | The media type was not accepted. | 0x80040205 |
DMO_E_NO_MORE_ITEMS | The media-type index is out of range. | 0x80040206 |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.
See Also
DMO Reference | IMediaObject::ProcessInput
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.