Site icon EfmSoft

What does HRESULT 0x80040219 (VFW_E_CHANGING_FORMAT) mean?

 
Could be also:
ConstantTypeOS
TPC_E_INVALID_INPUT_RECTHRESULTWindows
Previous Next
TPC_E_INVALID_INPUT_RECT VFW_E_NO_COLOR_KEY_SET

VFW_E_CHANGING_FORMAT

VFW_E_CHANGING_FORMAT is a DirectShow HRESULT. A filter attempted to alter the media type after streaming had begun, but the connected filters or current graph state do not permit that change. Some filters support in-stream format changes; others require a stopped and reconnected graph.

How to handle it

Treat format changes as a graph-protocol event. Updating only the source filter's local media type is not enough.

Microsoft: DirectShow media-type changes


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

Exit mobile version