RDK Documentation (Open Sourced RDK Components)
VTTCue Struct Reference

Data structure to hold a VTT cue. More...

#include <vttCue.h>

Collaboration diagram for VTTCue:
Collaboration graph

Public Member Functions

 VTTCue (double startTime, double duration, std::string text, std::string settings)
 

Data Fields

double mStart
 
double mDuration
 
std::string mText
 
std::string mSettings
 

yes

Data structure to hold a VTT cue.

This is the data structure to store parsed WebVTT cues in AAMP

Definition at line 39 of file vttCue.h.


The documentation for this struct was generated from the following file: