Skip to content

Latest commit

 

History

History
66 lines (33 loc) · 1.87 KB

mepolicyerror.md

File metadata and controls

66 lines (33 loc) · 1.87 KB
description ms.assetid title ms.topic ms.date
Raised by a trusted output if an error occurs while enforcing the output policy.
0cc62915-1ed6-4d1d-9600-0dac0b9034e3
MEPolicyError event (Mfobjects.h)
reference
05/31/2018

MEPolicyError event

Raised by a trusted output if an error occurs while enforcing the output policy.

If the Media Session receives this event, it stops playback and forwards the event to the application.

Event values

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

VARTYPE Description
VT_EMPTY
No event data.

Remarks

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

Value Description
MF_E_POLICY_UNSUPPORTED The trusted output does not support the current output policy.

 

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