Site icon EfmSoft

What does HRESULT 0xC00D36FC (MF_E_SESSION_PAUSEWHILESTOPPED) mean?

 
Previous Next
MF_E_BYTESTREAM_UNKNOWN_LENGTH MF_E_FORMAT_CHANGE_NOT_SUPPORTED

MF_E_SESSION_PAUSEWHILESTOPPED

MF_E_SESSION_PAUSEWHILESTOPPED is specific to the Media Session transport contract. IMFMediaSession::Pause pauses the presentation clock and completes asynchronously with MESessionPaused, but the method is not valid while the session is stopped.

Start the presentation before pausing it

This HRESULT is more precise than a generic wrong-state error. Recreating the topology or installing a decoder will not make Pause valid from the stopped state.

Microsoft: IMFMediaSession::Pause · Microsoft: controlling presentation states


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

Exit mobile version