AddCueEvent
@objc(THEOplayerAddCueEvent)
public class AddCueEvent : NSObject, _TextTrackCueEventProtocolFired when TextTrackEventTypes.ADD_CUE occurs for  the list of TextTrackCues.
- 
                  
                  The textual representation of the type of event, “addcue”. DeclarationSwift @objc public private(set) var type: String { get }
- 
                  
                  The date at which the event occurred. DeclarationSwift @objc public private(set) var date: Date { get }
- 
                  
                  The TextTrackCuethat was added.DeclarationSwift public private(set) var cue: TextTrackCue { get }
- 
                  
                  The TextTrackCuethat was added.DeclarationSwift @objc(cue) public var cue_Objc: TextTrackCue_Objc { get }
 AddCueEvent Class Reference
      AddCueEvent Class Reference