Text Track Cue API
-
The base
TextTrackCue
Event protocol.Declaration
Swift
public protocol CueEventProtocol : EventProtocol
-
The base
TextTrack
cue Event protocol.Declaration
Swift
public protocol TextTrackCueEventProtocol : EventProtocol
-
Represents the HLS date range cue which is a part of the metadata text track.
See moreDeclaration
Swift
public protocol DateRangeCue : TextTrackCue
-
The CustomAttribute object of the date range cue. - Remark: The attribute type does not include the ‘X-’ prefix present in the manifest.
Declaration
Swift
@objc(THEOplayerCustomAttribute) public class CustomAttribute : NSObject, Codable
-
An array of
See moreCustomAttribute
objects for the dateRangeCue.Declaration
Swift
@objc(THEOplayerCustomAttributes) public class CustomAttributes : NSObject, Codable
-
A TextTrackCue object represents an individual cue and provides methods and properties to access the data and events to act on changes to cue state. Depending on the TextTrack’s type, a cue might have different properties.
See moreDeclaration
Swift
public protocol TextTrackCue : EventDispatcherProtocol
-
Declaration
Swift
public protocol WebVttCue : TextTrackCue
-
ID3 Text Track cue. Content type is [String:String].
Declaration
Swift
public protocol Id3Cue : TextTrackCue