MF_TIMED_TEXT_UNIT_TYPE 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 the units in which the timed text is measured.

Syntax


typedef enum _MF_TIMED_TEXT_UNIT_TYPE { 
  MF_TIMED_TEXT_UNIT_TYPE_PIXELS      = 0,
  MF_TIMED_TEXT_UNIT_TYPE_PERCENTAGE  = 1
} MF_TIMED_TEXT_UNIT_TYPE;

Constants

MF_TIMED_TEXT_UNIT_TYPE_PIXELS

The timed text is measured in pixels.

MF_TIMED_TEXT_UNIT_TYPE_PERCENTAGE

The timed text is measured as a percentage.

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: