|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <DVDSubtitleParser.h>
Public Member Functions | |
| CDVDSubtitleParserText (std::unique_ptr< CDVDSubtitleStream > &&stream, const std::string &filename) | |
| ~CDVDSubtitleParserText () override=default | |
Public Member Functions inherited from CDVDSubtitleParserCollection | |
| CDVDSubtitleParserCollection (const std::string &strFile) | |
| ~CDVDSubtitleParserCollection () override=default | |
| CDVDOverlay * | Parse (double iPts) override |
| void | Reset () override |
| void | Dispose () override |
Public Member Functions inherited from CDVDSubtitleParser | |
| virtual | ~CDVDSubtitleParser ()=default |
| virtual bool | Open (CDVDStreamInfo &hints)=0 |
Protected Member Functions | |
| bool | Open () |
Protected Attributes | |
| std::unique_ptr< CDVDSubtitleStream > | m_pStream |
Protected Attributes inherited from CDVDSubtitleParserCollection | |
| CDVDSubtitleLineCollection | m_collection |
| std::string | m_filename |
|
inline |
|
overridedefault |
|
inlineprotected |
|
protected |