Site icon EfmSoft

What does HRESULT 0xC00D3E9F (MF_E_NO_AUDIO_RECORDING_DEVICE) mean?

 
Previous Next
MF_E_UNSUPPORTED_CHARACTERISTICS MF_E_AUDIO_RECORDING_DEVICE_IN_USE

MF_E_NO_AUDIO_RECORDING_DEVICE

MF_E_NO_AUDIO_RECORDING_DEVICE is a capture-device selection failure. Media Foundation represents an audio capture device as a media source, while the actual audio endpoint is supplied through WASAPI. This error should therefore be investigated before codec or sample processing begins.

Verify device enumeration and the selected endpoint

A zero-device result, an obsolete stored endpoint ID, and a changed default communications device are different cases. Reinstalling a decoder cannot create an audio capture endpoint. Re-enumerate the capture devices and compare the endpoint ID or role that the application actually requested.

Microsoft: audio/video capture in Media Foundation · Microsoft: MFCreateDeviceSource · Microsoft: MFEnumDeviceSources


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

Exit mobile version