CueEnterEvent
public class CueEnterEvent : NSObject, CueEventProtocol
Fired when TextTrackCueEventTypes.ENTER occurs for a TextTrackCue.
-
The textual representation of the type of event, “enter”.
Declaration
Swift
public let type: String -
The date at which the event occurred.
Declaration
Swift
public let date: Date -
The
TextTrackCuewhich was entered.Declaration
Swift
public let cue: TextTrackCue