Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.88 KB

meerror.md

File metadata and controls

56 lines (29 loc) · 1.88 KB
description ms.assetid title ms.topic ms.date
Signals a serious error. Any Media Foundation component can send this event at any time. Call IMFMediaEvent::GetStatus to get the error code of the operation that failed.
bff80041-77d8-43b1-a410-9cefaf45eb2c
MEError event (Mfobjects.h)
reference
05/31/2018

MEError event

Signals a serious error. Any Media Foundation component can send this event at any time. Call IMFMediaEvent::GetStatus to get the error code of the operation that failed.

Event values

Possible values retrieved from IMFMediaEvent::GetValue include the following.

VARTYPE Description
VT_EMPTY
No event data.

Remarks

This event should be used only for unexpected errors. Do not send this event to signal that an asynchronous method failed. If an asynchronous method fails, the error code is returned in the normal event for that method.

If a recoverable error occurs during streaming, send the MENonFatalError event.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Mfobjects.h (include Mfidl.h)

See also

Media Foundation Events