|
bool | Initialize () |
| Prepare the handler to the decoding.
|
|
void | Reset () |
|
bool | CheckSignature (const std::string &data) |
| Verify the validity of the WebVTT signature.
|
|
void | DecodeLine (std::string line, std::vector< subtitleData > *subList) |
| Decode a line of the WebVTT text data. More...
|
|
bool | IsForcedMargins () const |
|
void | SetPeriodStart (double pts) |
|
|
void | CalculateTextPosition (std::string &subtitleText) |
|
void | ConvertSubtitle (std::string &text) |
|
void | GetCueSettings (std::string &cueSettings) |
|
◆ DecodeLine()
void CWebVTTHandler::DecodeLine |
( |
std::string |
line, |
|
|
std::vector< subtitleData > * |
subList |
|
) |
| |
Decode a line of the WebVTT text data.
- Parameters
-
line | The line to decode |
subList | The list to be filled with decoded subtitles |
The documentation for this class was generated from the following files:
- xbmc/cores/VideoPlayer/DVDSubtitles/webvtt/WebVTTHandler.h
- xbmc/cores/VideoPlayer/DVDSubtitles/webvtt/WebVTTHandler.cpp