virtual void GetCurrentCuePoints(Array<CuePoint>* cuePoints) = 0;
GetCurrentCuePoints retrieves the cue points that were triggered since the last call to this method.
Parameters |
Description |
cue_points |
An array of cue points encoded in the video file. |