| 
    Kodi Documentation 18.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 () override | |
| bool | Open (CDVDStreamInfo &hints) override | 
  Public Member Functions inherited from CDVDSubtitleParserText | |
| 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 | 
Additional Inherited Members | |
  Protected Member Functions inherited from CDVDSubtitleParserText | |
| bool | Open () | 
  Protected Attributes inherited from CDVDSubtitleParserText | |
| std::unique_ptr< CDVDSubtitleStream > | m_pStream | 
  Protected Attributes inherited from CDVDSubtitleParserCollection | |
| CDVDSubtitleLineCollection | m_collection | 
| std::string | m_filename | 
| CDVDSubtitleParserVplayer::CDVDSubtitleParserVplayer | ( | std::unique_ptr< CDVDSubtitleStream > && | pStream, | 
| const std::string & | strFile | ||
| ) | 
      
  | 
  override | 
      
  | 
  overridevirtual | 
Implements CDVDSubtitleParser.