AddTrackEvent
@objc(THEOplayerAddTrackEvent)
public class AddTrackEvent : NSObject, _TrackEventProtocolFired when TextTrackListEventTypes.ADD_TRACK occurs for a TextTrackList.
- 
                  
                  The textual representation of the type of event, “addtrack”. 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 Trackwhich was just added to the track list.DeclarationSwift @objc(track) public var track_Objc: Track_Objc { get }
 AddTrackEvent Class Reference
      AddTrackEvent Class Reference