RDK Documentation (Open Sourced RDK Components)
|
Structure for text track information Holds information about a text track in playlist. More...
#include <main_aamp.h>
Public Member Functions | |
TextTrackInfo (std::string idx, std::string lang, bool cc, std::string rend, std::string trackName, std::string id, std::string cha) | |
TextTrackInfo (std::string idx, std::string lang, bool cc, std::string rend, std::string trackName, std::string id, std::string cha, int pk) | |
TextTrackInfo (std::string idx, std::string lang, bool cc, std::string rend, std::string trackName, std::string codecStr, std::string cha, std::string typ) | |
TextTrackInfo (std::string idx, std::string lang, bool cc, std::string rend, std::string trackName, std::string codecStr, std::string cha, std::string typ, std::string lab, std::string type) | |
TextTrackInfo (std::string idx, std::string lang, bool cc, std::string rend, std::string trackName, std::string codecStr, std::string cha, std::string typ, std::string lab, std::string type, Accessibility acc, bool available) | |
void | set (std::string idx, std::string lang, bool cc, std::string rend, std::string trackName, std::string codecStr, std::string cha, std::string acctyp, std::string lab, std::string type, Accessibility acc) |
bool | operator== (const TextTrackInfo &track) const |
bool | operator< (const TextTrackInfo &track) const |
bool | operator> (const TextTrackInfo &track) const |
Data Fields | |
std::string | index |
std::string | language |
bool | isCC |
std::string | rendition |
std::string | name |
std::string | instreamId |
std::string | characteristics |
std::string | codec |
std::string | label |
int | primaryKey |
std::string | accessibilityType |
Accessibility | accessibilityItem |
std::string | mType |
bool | isAvailable |
Structure for text track information Holds information about a text track in playlist.
Definition at line 282 of file main_aamp.h.
Accessibility TextTrackInfo::accessibilityItem |
Field to store Accessibility Node
Definition at line 295 of file main_aamp.h.