|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <WebVTTHandler.h>
Public Attributes | |
| std::string | text |
| std::string | textRaw |
| webvttCueSettings | cueSettings |
| double | startTime |
| double | stopTime |
| bool | useMargins |
| int | marginLeft |
| int | marginRight |
| int | marginVertical |
| TextAlignment | textAlign |
| webvttCueSettings subtitleData::cueSettings |
| int subtitleData::marginLeft |
| int subtitleData::marginRight |
| int subtitleData::marginVertical |
| double subtitleData::startTime |
| double subtitleData::stopTime |
| std::string subtitleData::text |
| TextAlignment subtitleData::textAlign |
| std::string subtitleData::textRaw |
| bool subtitleData::useMargins |