MF_TIMED_TEXT_UNIT_TYPE enumeration (mfmediaengine.h)
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
} ;
Constants
MF_TIMED_TEXT_UNIT_TYPE_PIXELSValue: 0 The timed text is measured in pixels. |
MF_TIMED_TEXT_UNIT_TYPE_PERCENTAGEValue: 1 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 |