CueChangeEvent

public class CueChangeEvent : NSObject, TrackEventProtocol

Fired when TextTrackEventTypes.CUE_CHANGE occurs for the list of TextTrackCues.

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let date: Date
  • The TextTrackfor which the TextTrackCue changed.

    Declaration

    Swift

    public let track: Track