![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <DVDSubtitleParserSubrip.h>
Public Member Functions | |
CDVDSubtitleParserSubrip (std::unique_ptr< CDVDSubtitleStream > &&pStream, const std::string &strFile) | |
~CDVDSubtitleParserSubrip () override | |
bool | Open (CDVDStreamInfo &hints) override |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
bool | Open () |
![]() | |
std::unique_ptr< CDVDSubtitleStream > | m_pStream |
![]() | |
CDVDSubtitleLineCollection | m_collection |
std::string | m_filename |
CDVDSubtitleParserSubrip::CDVDSubtitleParserSubrip | ( | std::unique_ptr< CDVDSubtitleStream > && | pStream, |
const std::string & | strFile | ||
) |
|
override |
|
overridevirtual |
Implements CDVDSubtitleParser.