Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MF_TIMED_TEXT_TRACK_KIND enumeration (mfmediaengine.h)

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_UNKNOWN
Value: 0
The kind of timed text track is unknown.
MF_TIMED_TEXT_TRACK_KIND_SUBTITLES
Value: 1
The kind of timed text track is subtitles.
MF_TIMED_TEXT_TRACK_KIND_CAPTIONS
Value: 2
The kind of timed text track is closed captions.
MF_TIMED_TEXT_TRACK_KIND_METADATA
Value: 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

See also

Media Foundation Enumerations


Feedback

Was this page helpful?

Additional resources