|
kodi
|


Public Member Functions | |
| CDVDSubtitleParserText (std::unique_ptr< CDVDSubtitleStream > &&stream, const std::string &filename, const char *name) | |
| const std::string & | GetName () const override |
Public Member Functions inherited from CDVDSubtitleParserCollection | |
| CDVDSubtitleParserCollection (const std::string &strFile) | |
| std::shared_ptr< CDVDOverlay > | Parse (double iPts) override |
| void | Reset () override |
Public Member Functions inherited from CDVDSubtitleParser | |
| virtual bool | Open (CDVDStreamInfo &hints)=0 |
Protected Member Functions | |
| bool | Open () |
Protected Attributes | |
| std::unique_ptr< CDVDSubtitleStream > | m_pStream |
| std::string | m_parserName |
Protected Attributes inherited from CDVDSubtitleParserCollection | |
| CDVDSubtitleLineCollection | m_collection |
| std::string | m_filename |
1.8.13