RemoveCueEvent

public class RemoveCueEvent : NSObject, TextTrackCueEventProtocol

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

Remark

  • The only use for this event is to identify which cue was removed!
  • The textual representation of the type of event, “removecue”.

    Declaration

    Swift

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

    Declaration

    Swift

    public let date: Date
  • cue

    The TextTrackCue that was removed.

    Declaration

    Swift

    public let cue: TextTrackCue