flushAddedCaptions(upTo:)
Creates caption groups for the captions you enqueue up to the time.
Declaration
func flushAddedCaptions(upTo upToTime: CMTime) -> [AVCaptionGroup]Parameters
- upToTime:
The time up to which the system flushes the queue.
Return Value
An array of zero or more caption groups.