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