ExitCueEvent
public class ExitCueEvent : NSObject, TextTrackCueEventProtocol
Fired when TextTrackEventTypes.EXIT_CUE
occurs for the list of TextTrackCue
s.
-
The textual representation of the type of event, “exitcue”.
Declaration
Swift
public let type: String
-
The date at which the event occurred.
Declaration
Swift
public let date: Date
-
The
TextTrackCue
that exited.Declaration
Swift
public let cue: TextTrackCue