CueExitEvent
public class CueExitEvent : NSObject, CueEventProtocolFired when TextTrackCueEventTypes.EXIT occurs for a TextTrackCue.
- 
                  
                  The textual representation of the type of event, “exit”. DeclarationSwift public let type: String
- 
                  
                  The date at which the event occurred. DeclarationSwift public let date: Date
- 
                  
                  The TextTrackCuewhich was exited.DeclarationSwift public let cue: TextTrackCue
