CueExitEvent
public class CueExitEvent : NSObject, CueEventProtocol
Fired when TextTrackCueEventTypes.EXIT
occurs for a TextTrackCue
.
-
The textual representation of the type of event, “exit”.
Declaration
Swift
public let type: String
-
The date at which the event occurred.
Declaration
Swift
public let date: Date
-
The
TextTrackCue
which was exited.Declaration
Swift
public let cue: TextTrackCue