IMFTimedTextNotify::Cue method (mfmediaengine.h)
Called when a cue event occurs in a text track.
Syntax
void Cue(
[in] MF_TIMED_TEXT_CUE_EVENT cueEvent,
[in] double currentTime,
[in] IMFTimedTextCue *cue
);
Parameters
[in] cueEvent
Type: MF_TIMED_TEXT_CUE_EVENT
A value specifying the type of event that has occurred.
[in] currentTime
Type: double
The current time when the cue event occurred.
[in] cue
Type: IMFTimedTextCue*
The IMFTimedTextCue object representing the cue.
Return value
None
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 |