Site icon EfmSoft

What does HRESULT 0xC00D36B3 (MF_E_INVALIDSTREAMNUMBER) mean?

 
Previous Next
MF_E_INVALIDREQUEST MF_E_INVALIDMEDIATYPE

MF_E_INVALIDSTREAMNUMBER

MF_E_INVALIDSTREAMNUMBER means that an input or output stream ID was not recognized. A stream identifier is not always the same as an ordinal position in an enumeration.

Use the transform's IDs

Log both the attempted ID and the current list of stream IDs; this quickly separates a caller-side mapping bug from a renegotiation event.

Microsoft: basic MFT processing model · Microsoft: handling stream changes


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

Exit mobile version