IMFTimedTextTrack interface (mfmediaengine.h)

Represents a track of timed text.

Inheritance

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

Methods

The IMFTimedTextTrack interface has these methods.

 
IMFTimedTextTrack::GetDataFormat

Gets a GUID that identifies the track's underlying data format.
IMFTimedTextTrack::GetErrorCode

Gets a value indicating the error type of the latest error associated with the track.
IMFTimedTextTrack::GetExtendedErrorCode

Gets the extended error code for the latest error associated with the track.
IMFTimedTextTrack::GetId

Gets the identifier of the track of timed text.
IMFTimedTextTrack::GetInBandMetadataTrackDispatchType

Gets the in-band metadata of the track.
IMFTimedTextTrack::GetLabel

Gets the label of the track.
IMFTimedTextTrack::GetLanguage

Gets the language of the track.
IMFTimedTextTrack::GetTrackKind

Gets the kind of timed-text track.
IMFTimedTextTrack::IsActive

Determines whether the timed-text track is active.
IMFTimedTextTrack::IsInBand

Determines whether the timed-text track is inband.
IMFTimedTextTrack::SetLabel

Sets the label of a timed-text 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