RemoveCueEvent
public class RemoveCueEvent : NSObject, TextTrackCueEventProtocolFired when TextTrackEventTypes.REMOVE_CUE occurs for the list of TextTrackCues.
Remark
- The only use for this event is to identify which cue was removed!
- 
                  
                  The textual representation of the type of event, “removecue”. DeclarationSwift public let type: String
- 
                  
                  The date at which the event occurred. DeclarationSwift public let date: Date
- 
                  
                  The TextTrackCuethat was removed.DeclarationSwift public let cue: TextTrackCue
