ExitCueEvent
@objc(THEOplayerExitCueEvent)
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 private(set) var type: String { get }
- 
                  
                  The date at which the event occurred. DeclarationSwift public private(set) var date: Date { get }
- 
                  
                  The TextTrackCuethat exited.DeclarationSwift public private(set) var cue: TextTrackCue { get }
- 
                  
                  The TextTrackCuethat exited.DeclarationSwift @objc(cue) public var cue_Objc: TextTrackCue_Objc { get }
