Constructor
new Mp4TtmlParser()
- Implements:
- Source:
Members
-
(private, non-null) parser_ :shakaExtern.TextParser
-
Type:
- Source:
Methods
-
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.<!shakaExtern.Cue>}
-
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:
Returns:
- Type
- Array.<!shakaExtern.Cue>