THEOplayer > ID3Cue
Inherits from TextTrackCue. See parent page for inherited properties and methods.
Represents a cue of an ID3 metadata text track.
Signature:
export interface ID3Cue extends TextTrackCue
Property |
Type |
Description |
---|---|---|
The content of the cue. |
The content of the cue.
Signature:
readonly content: ID3Frame;