ExitCueEvent
public class ExitCueEvent : NSObject, TextTrackCueEventProtocolFired when TextTrackEventTypes.EXIT_CUE occurs for  the list of TextTrackCues.
- 
                  
                  The textual representation of the type of event, “exitcue”. DeclarationSwift public let type: String
- 
                  
                  The date at which the event occurred. DeclarationSwift public let date: Date
- 
                  
                  The TextTrackCuethat exited.DeclarationSwift public let cue: TextTrackCue
