Site icon EfmSoft

What does HRESULT 0xC00DABE3 (MF_E_CAPTURE_SINK_ROTATE_ERROR) mean?

 
Previous Next
MF_E_CAPTURE_SINK_MIRROR_ERROR MF_E_CAPTURE_ENGINE_INVALID_OP

MF_E_CAPTURE_SINK_ROTATE_ERROR

MF_E_CAPTURE_SINK_ROTATE_ERROR is associated with rotation in the Capture Engine recording path. IMFCaptureRecordSink exposes SetRotation and GetRotation for recorded video, so the failing configuration should be traced at the record sink and stream level.

Log the record-stream media path

Rotation can require video processing between source and sink. A configuration that preserves a compressed native stream unchanged has different processing opportunities from an uncompressed preview stream routed into the record sink. Diagnose the selected path before substituting codecs or rewriting metadata.

Microsoft: IMFCaptureRecordSink · Microsoft: capture sink stream rules · Microsoft CaptureEngine sample source


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

Exit mobile version