MF_TIMED_TEXT_TRACK_KIND 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 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
} MF_TIMED_TEXT_TRACK_KIND;

Constants

MF_TIMED_TEXT_TRACK_KIND_UNKNOWN

The kind of timed text track is unknown.

MF_TIMED_TEXT_TRACK_KIND_SUBTITLES

The kind of timed text track is subtitles.

MF_TIMED_TEXT_TRACK_KIND_CAPTIONS

The kind of timed text track is closed captions.

MF_TIMED_TEXT_TRACK_KIND_METADATA

The kind of timed text track is metadata.

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: