MF_TIMED_TEXT_SCROLL_MODE enumeration (mfmediaengine.h)

Specifies how text appears when the parent element is scrolled.

Syntax

typedef enum MF_TIMED_TEXT_SCROLL_MODE {
  MF_TIMED_TEXT_SCROLL_MODE_POP_ON = 0,
  MF_TIMED_TEXT_SCROLL_MODE_ROLL_UP = 1
} ;

Constants

 
MF_TIMED_TEXT_SCROLL_MODE_POP_ON
Value: 0
Text pops on when the parent element is scrolled.
MF_TIMED_TEXT_SCROLL_MODE_ROLL_UP
Value: 1
Text rolls up when the parent element is scrolled.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header mfmediaengine.h

See also

Media Foundation Enumerations