Site icon EfmSoft

What does HRESULT 0xC00D9C41 (MF_E_CLOCK_NO_TIME_SOURCE) mean?

 
Previous Next
MF_E_CLOCK_INVALID_CONTINUITY_KEY MF_E_CLOCK_STATE_ALREADY_SET

MF_E_CLOCK_NO_TIME_SOURCE

MF_E_CLOCK_NO_TIME_SOURCE means the presentation clock object exists, but it has no presentation time source. The time source supplies the clock's current time and participates in clock state transitions through IMFClockStateSink.

Set the time source before starting or attaching the clock

IMFPresentationClock::Start and GetTime can return this HRESULT, and a sink can also reject a presentation clock without a time source. This is distinct from MF_E_NO_CLOCK, where no relevant clock is available at all.

Microsoft: SetTimeSource · Microsoft: presentation clock Start · Microsoft: media sink presentation clock


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

Exit mobile version