CueUpdateEvent

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 let type: String
  • The date at which the event occurred.

    Declaration

    Swift

    public let date: Date
  • cue

    The TextTrackCuewhich was updated.

    Declaration

    Swift

    public let cue: TextTrackCue