IMFTimedTextNotify 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.]
Interface that defines callbacks for Microsoft Media Foundation Timed Text notifications.
Members
The IMFTimedTextNotify interface inherits from the IUnknown interface. IMFTimedTextNotify also has these types of members:
Methods
The IMFTimedTextNotify interface has these methods.
| Method | Description |
|---|---|
| Cue |
Called when a cue event occurs in a text track. |
| Error |
Called when an error occurs in a text track. |
| Reset |
Resets the timed-text-notify object. |
| TrackAdded |
Called when a text track is added |
| TrackRemoved |
Called when a text track is removed. |
| TrackSelected |
Called when a track is selected or deselected. |
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also