MFTIMER_FLAGS enumeration (mfidl.h)

Contains flags for the IMFTimer::SetTimer method.

Syntax

typedef enum MFTIMER_FLAGS {
  MFTIMER_RELATIVE = 0x1
} ;

Constants

 
MFTIMER_RELATIVE
Value: 0x1
The time passed to the timer is relative to the current time. If this flag is absent, the time is expressed as an absolute clock time.

Requirements

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

See also

Media Foundation Enumerations