Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <DVDSubtitleParserVplayer.h>
Public Member Functions | |
CDVDSubtitleParserVplayer (std::unique_ptr< CDVDSubtitleStream > &&pStream, const std::string &strFile) | |
~CDVDSubtitleParserVplayer ()=default | |
bool | Open (CDVDStreamInfo &hints) override |
Public Member Functions inherited from CDVDSubtitleParserText | |
CDVDSubtitleParserText (std::unique_ptr< CDVDSubtitleStream > &&stream, const std::string &filename, const char *name) | |
~CDVDSubtitleParserText () override=default | |
const std::string & | GetName () const override |
Public Member Functions inherited from CDVDSubtitleParserCollection | |
CDVDSubtitleParserCollection (const std::string &strFile) | |
~CDVDSubtitleParserCollection () override=default | |
std::shared_ptr< CDVDOverlay > | Parse (double iPts) override |
void | Reset () override |
Public Member Functions inherited from CDVDSubtitleParser | |
virtual | ~CDVDSubtitleParser ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from CDVDSubtitleParserText | |
bool | Open () |
Protected Attributes inherited from CDVDSubtitleParserText | |
std::unique_ptr< CDVDSubtitleStream > | m_pStream |
std::string | m_parserName |
Protected Attributes inherited from CDVDSubtitleParserCollection | |
CDVDSubtitleLineCollection | m_collection |
std::string | m_filename |
CDVDSubtitleParserVplayer::CDVDSubtitleParserVplayer | ( | std::unique_ptr< CDVDSubtitleStream > && | pStream, |
const std::string & | strFile ) |
|
default |
|
overridevirtual |
Implements CDVDSubtitleParser.