MF_TIMED_TEXT_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 in its parent block element.

Syntax


typedef enum _MF_TIMED_TEXT_ALIGNMENT { 
  MF_TIMED_TEXT_ALIGNMENT_START   = 0,
  MF_TIMED_TEXT_ALIGNMENT_END     = 1,
  MF_TIMED_TEXT_ALIGNMENT_CENTER  = 2
} MF_TIMED_TEXT_ALIGNMENT;

Constants

MF_TIMED_TEXT_ALIGNMENT_START

Text is aligned at the start of its parent block element.

MF_TIMED_TEXT_ALIGNMENT_END

Text is aligned at the end of its parent block element.

MF_TIMED_TEXT_ALIGNMENT_CENTER

Text is aligned in the center of its parent block element.

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: