EnterCueEvent
public class EnterCueEvent : NSObject, TextTrackCueEventProtocol
Fired when TextTrackEventTypes.ENTER_CUE occurs for the list of TextTrackCues.
-
The textual representation of the type of event, “entercue”.
Declaration
Swift
public let type: String -
The date at which the event occurred.
Declaration
Swift
public let date: Date -
The
TextTrackCuethat entered.Declaration
Swift
public let cue: TextTrackCue