IMFTimedTextTrack 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 track of timed text.
Members
The IMFTimedTextTrack interface inherits from the IUnknown interface. IMFTimedTextTrack also has these types of members:
Methods
The IMFTimedTextTrack interface has these methods.
| Method | Description |
|---|---|
| GetDataFormat |
Gets a GUID that identifies the track's underlying data format. |
| GetErrorCode |
Gets a value indicating the error type of the latest error associated with the track. |
| GetExtendedErrorCode |
Gets the extended error code for the latest error associated with the track. |
| GetId |
Gets the identifier of the track of timed text. |
| GetInBandMetadataTrackDispatchType |
Gets the in-band metadata of the track. |
| GetLabel |
Gets the label of the track. |
| GetLanguage |
Gets the language of the track. |
| GetTrackKind |
Gets the kind of timed-text track. |
| IsActive |
Determines whether the timed-text track is active. |
| IsInBand |
Determines whether the timed-text track is inband. |
| SetLabel |
Sets the label of a timed-text track. |
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also