MFCLOCK_RELATIONAL_FLAGS Enumeration

Defines properties of a clock.

Syntax

typedef enum _MFCLOCK_RELATIONAL_FLAGS
{
    MFCLOCK_RELATIONAL_FLAG_JITTER_NEVER_AHEAD = 0x1
} MFCLOCK_RELATIONAL_FLAGS;  

Constants

Constant Description
MFCLOCK_RELATIONAL_FLAG_JITTER_NEVER_AHEAD Jitter values are always negative. In other words, the time returned by IMFClock::GetCorrelatedTime might jitter behind the actual clock time, but will never jitter ahead of the actual time. If this flag is not present, the clock might jitter in either direction.

Requirements

Header: Declared in mfidl.h.