Upravit

Sdílet prostřednictvím


IMFMediaError interface (mfmediaengine.h)

Provides the current error status for the Media Engine.

Inheritance

The IMFMediaError interface inherits from the IUnknown interface. IMFMediaError also has these types of members:

Methods

The IMFMediaError interface has these methods.

 
IMFMediaError::GetErrorCode

Gets the error code.
IMFMediaError::GetExtendedErrorCode

Gets the extended error code.
IMFMediaError::SetErrorCode

Sets the error code.
IMFMediaError::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

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header mfmediaengine.h

See also

Media Foundation Interfaces