|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "guilib/GUIColorManager.h"#include "utils/ColorUtils.h"#include "utils/RegExp.h"#include <deque>#include <map>#include <memory>#include <stdio.h>#include <string>#include <string_view>#include <utility>#include <vector>Classes | |
| struct | webvttAutoValue |
| struct | webvttCueSettings |
| struct | subtitleData |
| struct | webvttCssStyle |
| struct | tagToken |
| class | CWebVTTHandler |
Enumerations | |
| enum class | WebvttSection { UNDEFINED = 0 , STYLE , STYLE_CONTENT , REGION , CUE , CUE_TEXT , CUE_METADATA , NOTE } |
| enum class | WebvttAlign { AUTO = 0 , LEFT , CENTER , RIGHT , START , END } |
| enum class | WebvttVAlign { HORIZONTAL = 0 , VERTICAL_RL , VERTICAL_LR } |
| enum class | TextAlignment { TOP_LEFT = 0 , TOP_CENTER , TOP_RIGHT , SUB_LEFT , SUB_CENTER , SUB_RIGHT } |
| enum class | WebvttSelector { ANY = 0 , ID , TYPE , CLASS , ATTRIBUTE , UNSUPPORTED } |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |