IMFTimedTextTrackList interface
[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.]
Represents a list of timed-text tracks.
Members
The IMFTimedTextTrackList interface inherits from the IUnknown interface. IMFTimedTextTrackList also has these types of members:
Methods
The IMFTimedTextTrackList interface has these methods.
| Method | Description |
|---|---|
| GetLength |
Gets the length, in tracks, of the timed-text-track list. |
| GetTrack |
Gets a text track in the list from the index of the track. |
| GetTrackById |
Gets a text track in the list from the identifier of the track. |
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also