Site icon EfmSoft

What does HRESULT 0xC00D36B4 (MF_E_INVALIDMEDIATYPE) mean?

 
Previous Next
MF_E_INVALIDSTREAMNUMBER MF_E_NOTACCEPTING

MF_E_INVALIDMEDIATYPE

MF_E_INVALIDMEDIATYPE means that the proposed format cannot be accepted by the target object. Typical causes are contradictory attributes, an unsupported subtype, missing dimensions or rate information, or a format change that the pipeline cannot convert.

Negotiate instead of guessing

This code is about format compatibility; it does not prove that the input file itself is corrupt.

Microsoft: IMFTransform::SetOutputType · Microsoft: handling stream changes


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

Exit mobile version