What does HRESULT 0xC00D7181 (MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT) mean?

 
Previous Next
MF_E_ITA_OPL_DATA_NOT_INITIALIZED MF_E_ITA_UNRECOGNIZED_DIGITAL_VIDEO_OUTPUT

MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT

MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT concerns output classification during protected-video policy negotiation. The OTA describes a trusted output, but the WMDRM ITA does not recognize the analog video output represented by that information.

Capture output identity and connector attributes

  • Record the trusted output, OTA action, and analog/digital attributes used for policy generation.
  • Identify custom renderers, capture paths, virtual displays, or output components that expose IMFTrustedOutput.
  • Compare the same content on a standard supported analog path, if one is available, without changing the license.

This differs from an unrecognized analog protection GUID: that error concerns the protection-system schema identifier, while this one concerns the output itself. It also differs from MF_E_POLICY_UNSUPPORTED, where the OTA is known but cannot enforce required policy. Focus on how the output is reported to the protected pipeline and whether the ITA recognizes that output classification.

Microsoft: trusted outputs · Microsoft: output attributes used for policy · Microsoft: ITA policy role


Looking for a different code? Search another status or error code.