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 kind of timed text track.
Syntax
typedef enum MF_TIMED_TEXT_TRACK_KIND {
MF_TIMED_TEXT_TRACK_KIND_UNKNOWN = 0,
MF_TIMED_TEXT_TRACK_KIND_SUBTITLES = 1,
MF_TIMED_TEXT_TRACK_KIND_CAPTIONS = 2,
MF_TIMED_TEXT_TRACK_KIND_METADATA = 3
} ;
Constants
MF_TIMED_TEXT_TRACK_KIND_UNKNOWNValue: 0 The kind of timed text track is unknown. |
MF_TIMED_TEXT_TRACK_KIND_SUBTITLESValue: 1 The kind of timed text track is subtitles. |
MF_TIMED_TEXT_TRACK_KIND_CAPTIONSValue: 2 The kind of timed text track is closed captions. |
MF_TIMED_TEXT_TRACK_KIND_METADATAValue: 3 The kind of timed text track is metadata. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | mfmediaengine.h |