Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CDVDInputStream::IChapter Class Referenceabstract

#include <DVDInputStream.h>

Inheritance diagram for CDVDInputStream::IChapter:
CDVDInputStreamBluray CDVDInputStreamNavigator CInputStreamAddon

Public Member Functions

virtual ~IChapter ()=default
 
virtual int GetChapter ()=0
 
virtual int GetChapterCount ()=0
 
virtual void GetChapterName (std::string &name, int ch=-1)=0
 
virtual int64_t GetChapterPos (int ch=-1)=0
 
virtual bool SeekChapter (int ch)=0
 

Constructor & Destructor Documentation

◆ ~IChapter()

virtual CDVDInputStream::IChapter::~IChapter ( )
virtualdefault

Member Function Documentation

◆ GetChapter()

virtual int CDVDInputStream::IChapter::GetChapter ( )
pure virtual

◆ GetChapterCount()

virtual int CDVDInputStream::IChapter::GetChapterCount ( )
pure virtual

◆ GetChapterName()

virtual void CDVDInputStream::IChapter::GetChapterName ( std::string & name,
int ch = -1 )
pure virtual

◆ GetChapterPos()

virtual int64_t CDVDInputStream::IChapter::GetChapterPos ( int ch = -1)
pure virtual

◆ SeekChapter()

virtual bool CDVDInputStream::IChapter::SeekChapter ( int ch)
pure virtual

The documentation for this class was generated from the following file: