TextTrackEventTypes
public struct TextTrackEventTypes
The types of TextTrack events. These events apply to the list of TextTrackCues.
-
Fired when
CueChangeEventoccurs.Declaration
Swift
public static var CUE_CHANGE: EventType<CueChangeEvent> -
Fired when
AddCueEventoccurs.Declaration
Swift
public static var ADD_CUE: EventType<AddCueEvent> -
Fired when
RemoveCueEventoccurs.Declaration
Swift
public static var REMOVE_CUE: EventType<RemoveCueEvent> -
Fired when
EnterCueEventoccurs.Declaration
Swift
public static var ENTER_CUE: EventType<EnterCueEvent> -
Fired when
ExitCueEventoccurs.Declaration
Swift
public static var EXIT_CUE: EventType<ExitCueEvent>
TextTrackEventTypes Structure Reference