| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <DVDSubtitleParser.h>
  
Public Member Functions | |
| virtual | ~CDVDSubtitleParser ()=default | 
| virtual bool | Open (CDVDStreamInfo &hints)=0 | 
| virtual void | Reset ()=0 | 
| virtual std::shared_ptr< CDVDOverlay > | Parse (double iPts)=0 | 
| virtual const std::string & | GetName () const =0 | 
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
Implemented in CDVDSubtitleParserText.
      
  | 
  pure virtual | 
      
  | 
  pure virtual | 
Implemented in CDVDSubtitleParserCollection.
      
  | 
  pure virtual | 
Implemented in CDVDSubtitleParserCollection.