AddTrackEvent

public class AddTrackEvent : NSObject, TrackEventProtocol

Fired when TextTrackListEventTypes.ADD_TRACK occurs for a TextTrackList.

  • The textual representation of the type of event, “addtrack”.

    Declaration

    Swift

    public let type: String
  • The date at which the event occurred.

    Declaration

    Swift

    public let date: Date
  • The Track which was just added to the track list.

    Declaration

    Swift

    public let track: Track