IMFTimedTextCue 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 the timed-text-cue object.
Members
The IMFTimedTextCue interface inherits from the IUnknown interface. IMFTimedTextCue also has these types of members:
Methods
The IMFTimedTextCue interface has these methods.
| Method | Description |
|---|---|
| GetCueKind |
Gets the kind of timed-text cue. |
| GetData |
Gets the data content of the timed-text cue. |
| GetDuration |
Gets the duration time of the cue in the track. |
| GetId |
Gets the identifier of a timed-text cue. |
| GetLine |
Gets a line of text in the cue from the index of the line. |
| GetLineCount |
Gets the number of lines of text in the timed-text cue. |
| GetOriginalId |
Gets the cue identifier that is provided in the text-track data format, if available. |
| GetRegion |
Gets info about the display region of the timed-text cue. |
| GetStartTime |
Gets the start time of the cue in the track. |
| GetStyle |
Gets info about the style of the timed-text cue. |
| GetTrackId |
Gets the identifier of the timed-text cue. |
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also