![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <iservice.h>
Public Member Functions | |
| virtual RESULT | getLength (pts_t &SWIG_OUTPUT)=0 |
| virtual RESULT | seekTo (pts_t to)=0 |
| virtual RESULT | seekRelative (int direction, pts_t to)=0 |
| virtual RESULT | getPlayPosition (pts_t &SWIG_OUTPUT)=0 |
| virtual RESULT | setTrickmode (int trick=0)=0 |
| virtual RESULT | isCurrentlySeekable ()=0 |
| virtual RESULT | seekChapter (int) |
| virtual RESULT | seekTitle (int) |
Public Member Functions inherited from iObject | |
| void | operator delete (void *p) |
| virtual void | AddRef ()=0 |
| virtual void | Release ()=0 |
Additional Inherited Members | |
Public Types inherited from iSeekableService_ENUMS | |
| enum | { dirForward = +1 , dirBackward = -1 } |
Protected Member Functions inherited from iObject | |
| virtual | ~iObject () |
Implemented in eServiceXine, eServiceWebTS, eServiceTS, eServiceMP3, eServiceDVD, and eDVBServicePlay.
Implemented in eServiceXine, eServiceWebTS, eServiceTS, eServiceMP3, eServiceDVD, and eDVBServicePlay.
|
pure virtual |
Implemented in eServiceXine, eServiceWebTS, eServiceTS, eServiceMP3, eServiceM2TS, eServiceDVD, and eDVBServicePlay.
|
inlinevirtual |
Reimplemented in eServiceDVD.
Implemented in eServiceXine, eServiceWebTS, eServiceTS, eServiceMP3, eServiceDVD, and eDVBServicePlay.
|
inlinevirtual |
Reimplemented in eServiceDVD.
Implemented in eServiceXine, eServiceWebTS, eServiceTS, eServiceMP3, eServiceDVD, and eDVBServicePlay.
|
pure virtual |
Implemented in eServiceDVD, eDVBServicePlay, eServiceXine, eServiceWebTS, eServiceTS, and eServiceMP3.