Site icon EfmSoft

What does HRESULT 0xC00D36B1 (MF_E_BUFFERTOOSMALL) mean?

 
Previous Next
MF_E_PLATFORM_NOT_INITIALIZED MF_E_INVALIDREQUEST

MF_E_BUFFERTOOSMALL

MF_E_BUFFERTOOSMALL means that the caller supplied insufficient output storage. It does not by itself identify malformed media data or an unsupported codec.

Diagnose the contract

Allocate or reuse a buffer according to the component contract, then retry the operation only after the buffer has been resized.

Microsoft: basic MFT processing model · Microsoft: IMFTransform::ProcessOutput


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

Exit mobile version