CueExitEvent
@objc(THEOplayerCueExitEvent)
public class CueExitEvent : NSObject, _CueEventProtocol
Fired when TextTrackCueEventTypes.EXIT
occurs for a TextTrackCue
.
-
The textual representation of the type of event, “exit”.
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
which was exited.Declaration
Swift
public private(set) var cue: TextTrackCue { get }
-
The
TextTrackCue
which was exited.Declaration
Swift
@objc(cue) public var cue_Objc: TextTrackCue_Objc { get }