Track Events
-
The events fired by a
See moreMediaTrack.Declaration
Swift
public struct MediaTrackEventTypes -
The types of
See moreTextTrackevents. These events apply to the list ofTextTrackCues.Declaration
Swift
public struct TextTrackEventTypes -
Fired when
See moreTextTrackEventTypes.ADD_CUEoccurs for the list ofTextTrackCues.Declaration
Swift
public class AddCueEvent : NSObject, TextTrackCueEventProtocol -
Fired when
TextTrackEventTypes.REMOVE_CUEoccurs for the list ofTextTrackCues.See moreRemark
- The only use for this event is to identify which cue was removed!
Declaration
Swift
public class RemoveCueEvent : NSObject, TextTrackCueEventProtocol -
Fired when
See moreTextTrackEventTypes.CUE_CHANGEoccurs for the list ofTextTrackCues.Declaration
Swift
public class CueChangeEvent : NSObject, TrackEventProtocol -
Fired when
See moreTextTrackEventTypes.ENTER_CUEoccurs for the list ofTextTrackCues.Declaration
Swift
public class EnterCueEvent : NSObject, TextTrackCueEventProtocol -
Fired when
See moreTextTrackEventTypes.EXIT_CUEoccurs for the list ofTextTrackCues.Declaration
Swift
public class ExitCueEvent : NSObject, TextTrackCueEventProtocol
Track Events Reference