CueUpdateEvent

@objc(THEOplayerCueUpdateEvent)
public class CueUpdateEvent : NSObject, _CueEventProtocol

Fired when TextTrackCueEventTypes.UPDATE occurs for a TextTrackCue.

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

    Declaration

    Swift

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

    Declaration

    Swift

    public private(set) var date: Date { get }
  • cue

    The TextTrackCuewhich was updated.

    Declaration

    Swift

    public private(set) var cue: TextTrackCue { get }
  • The TextTrackCuewhich was updated.

    Declaration

    Swift

    @objc(cue)
    public var cue_Objc: TextTrackCue_Objc { get }