Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_PIXELS Value: 0 The timed text is measured in pixels. |
MF_TIMED_TEXT_UNIT_TYPE_PERCENTAGE Value: 1 The timed text is measured as a percentage. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | mfmediaengine.h |