MF_TIMED_TEXT_SCROLL_MODE enumeration

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

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
} MF_TIMED_TEXT_SCROLL_MODE;

Constants

MF_TIMED_TEXT_SCROLL_MODE_POP_ON

Text pops on when the parent element is scrolled.

MF_TIMED_TEXT_SCROLL_MODE_ROLL_UP

Text rolls up when the parent element is scrolled.

Requirements

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

 

 

Show: