CueChangeEvent

@objc(THEOplayerCueChangeEvent)
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

    @objc
    public private(set) var type: String { get }
  • The date at which the event occurred.

    Declaration

    Swift

    @objc
    public private(set) var date: Date { get }
  • The TextTrackfor which the TextTrackCue changed.

    Declaration

    Swift

    public private(set) var track: Track { get }
  • The TextTrackfor which the TextTrackCue changed.

    Declaration

    Swift

    @objc(track)
    public var track_Objc: Track_Objc { get }