Class: shaka.media.VttTextParser

Constructor

new VttTextParser()

Implements:
Source:

Members

(private, static, constant) MPEG_TIMESCALE_ :number

Type:
  • number
Source:

Methods

(private, static) parseCue_(textnon-null, timeOffset) → (nullable) {TextTrackCue}

Parses a text block into a Cue object.
Parameters:
Name Type Description
text Array.<string>
timeOffset number
Source:
Returns:
Type
TextTrackCue

(static) parseSetting(cuenon-null, word) → {boolean}

Parses a WebVTT setting from the given word.
Parameters:
Name Type Description
cue TextTrackCue
word string
Source:
Returns:
True on success.
Type
boolean

(private, static) parseTime_(parsernon-null) → (nullable) {number}

Parses a WebVTT time from the given parser.
Parameters:
Name Type Description
parser shaka.util.TextParser
Source:
Returns:
Type
number

parseInit(datanon-null)

Parse an initialization segment. Some formats do not have init segments so this won't always be called.
Parameters:
Name Type Description
data ArrayBuffer The data that makes up the init segment.
Implements:
Source:

parseMedia(datanon-null, timeContext) → (non-null) {Array.<!TextTrackCue>}

Parse a media segment and return the cues that make up the segment.
Parameters:
Name Type Description
data ArrayBuffer The next section of buffer.
timeContext shakaExtern.TextParser.TimeContext The time information that should be used to adjust the times values for each cue.
Implements:
Source:
Throws:
Returns:
Type
Array.<!TextTrackCue>