MF_TIMED_TEXT_DISPLAY_ALIGNMENT 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 is aligned with the display.

Syntax


typedef enum _MF_TIMED_TEXT_DISPLAY_ALIGNMENT { 
  MF_TIMED_TEXT_DISPLAY_ALIGNMENT_BEFORE  = 0,
  MF_TIMED_TEXT_DISPLAY_ALIGNMENT_AFTER   = 1,
  MF_TIMED_TEXT_DISPLAY_ALIGNMENT_CENTER  = 2
} MF_TIMED_TEXT_DISPLAY_ALIGNMENT;

Constants

MF_TIMED_TEXT_DISPLAY_ALIGNMENT_BEFORE

Text is aligned before an element.

MF_TIMED_TEXT_DISPLAY_ALIGNMENT_AFTER

Text is aligned after an element.

MF_TIMED_TEXT_DISPLAY_ALIGNMENT_CENTER

Text is aligned in the center between elements.

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: