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