MFCLOCK_RELATIONAL_FLAGS enumeration (mfidl.h)

Defines properties of a clock.

Syntax

typedef enum _MFCLOCK_RELATIONAL_FLAGS {
  MFCLOCK_RELATIONAL_FLAG_JITTER_NEVER_AHEAD = 0x1
} MFCLOCK_RELATIONAL_FLAGS;

Constants

 
MFCLOCK_RELATIONAL_FLAG_JITTER_NEVER_AHEAD
Value: 0x1
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

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header mfidl.h

See also

MFCLOCK_PROPERTIES

Media Foundation Enumerations