IMFTimedTextTrackList interface (mfmediaengine.h)

Represents a list of timed-text tracks.

Inheritance

The IMFTimedTextTrackList interface inherits from the IUnknown interface. IMFTimedTextTrackList also has these types of members:

Methods

The IMFTimedTextTrackList interface has these methods.

 
IMFTimedTextTrackList::GetLength

Gets the length, in tracks, of the timed-text-track list.
IMFTimedTextTrackList::GetTrack

Gets a text track in the list from the index of the track.
IMFTimedTextTrackList::GetTrackById

Gets a text track in the list from the identifier of the track.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header mfmediaengine.h

See also

Media Foundation Interfaces