Text Track Cue API
-
The base
TextTrackCueEvent protocol.Declaration
Swift
public protocol CueEventProtocol : EventProtocol -
The base
TextTrackcue 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 moreCustomAttributeobjects 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
Text Track Cue API Reference