RDK Documentation (Open Sourced RDK Components)
|
WebVTT parser implementation for AAMP. More...
Go to the source code of this file.
Data Structures | |
struct | CueTimeStamp |
Hold timestamps of a cue. More... | |
class | WebVTTParser |
WebVTT parser class. More... | |
WebVTT parser implementation for AAMP.
Definition in file webvttParser.h.
struct CueTimeStamp |
Hold timestamps of a cue.
Structure to hold timestamps of previously parsed cues This is required since in playlists a single cue may be advertised twice
Definition at line 44 of file webvttParser.h.
Data Fields | ||
---|---|---|
double | mStart | |
double | mDuration |