IMFMediaError interface
Provides the current error status for the Media Engine.
Members
The IMFMediaError interface inherits from the IUnknown interface. IMFMediaError also has these types of members:
Methods
The IMFMediaError interface has these methods.
| Method | Description |
|---|---|
| GetErrorCode |
Gets the error code. |
| GetExtendedErrorCode |
Gets the extended error code. |
| SetErrorCode |
Sets the error code. |
| SetExtendedErrorCode |
Sets the extended error code. |
Remarks
The IMFMediaError interface corresponds to the MediaError object in HTML5.
To get a pointer to this interface, call IMFMediaEngine::GetError.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: