EnterCueEvent
@objc(THEOplayerEnterCueEvent)
public class EnterCueEvent : NSObject, _TextTrackCueEventProtocol
Fired when TextTrackEventTypes.ENTER_CUE
occurs for the list of TextTrackCue
s.
-
The textual representation of the type of event, “entercue”.
Declaration
Swift
@objc public private(set) var type: String { get }
-
The date at which the event occurred.
Declaration
Swift
@objc public private(set) var date: Date { get }
-
The
TextTrackCue
that entered.Declaration
Swift
public private(set) var cue: TextTrackCue { get }
-
The
TextTrackCue
that entered.Declaration
Swift
@objc(cue) public var cue_Objc: TextTrackCue_Objc { get }