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
- 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
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: