Site icon EfmSoft

What does HRESULT 0xC00D36C8 (MF_E_NO_SAMPLE_TIMESTAMP) mean?

 
Previous Next
MF_E_UNSUPPORTED_TIME_FORMAT MF_E_NO_SAMPLE_DURATION

MF_E_NO_SAMPLE_TIMESTAMP

MF_E_NO_SAMPLE_TIMESTAMP means that an IMFSample lacks a presentation time. Some components can operate without timestamps, but codecs and sinks that schedule or encode timed content can require one.

Set the timestamp at the producer boundary

For example, Microsoft documents that the AAC encoder returns this status when an input sample has no time.

Microsoft: IMFSample::GetSampleTime · Microsoft: AAC encoder


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

Exit mobile version