![]() |
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 | |
![]() | |
CDVDSubtitleParserCollection (const std::string &strFile) | |
~CDVDSubtitleParserCollection () override=default | |
CDVDOverlay * | Parse (double iPts) override |
void | Reset () override |
void | Dispose () override |
![]() | |
virtual | ~CDVDSubtitleParser ()=default |
virtual bool | Open (CDVDStreamInfo &hints)=0 |
Protected Member Functions | |
bool | Open () |
Protected Attributes | |
std::unique_ptr< CDVDSubtitleStream > | m_pStream |
![]() | |
CDVDSubtitleLineCollection | m_collection |
std::string | m_filename |
|
inline |
|
overridedefault |
|
inlineprotected |
|
protected |