Defines properties of a clock.
typedef enum _MFCLOCK_RELATIONAL_FLAGS
{
MFCLOCK_RELATIONAL_FLAG_JITTER_NEVER_AHEAD = 0x1
} MFCLOCK_RELATIONAL_FLAGS;
| 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. |
Header: Declared in mfidl.h.