|
| virtual | ~eServiceWebTS () |
| |
| RESULT | connectEvent (const sigc::slot2< void, iPlayableService *, int > &event, ePtr< eConnection > &connection) |
| |
| RESULT | start () |
| |
| RESULT | stop () |
| |
| RESULT | pause (ePtr< iPauseableService > &ptr) |
| |
| RESULT | seek (ePtr< iSeekableService > &ptr) |
| |
| RESULT | info (ePtr< iServiceInformation > &) |
| |
| RESULT | setTarget (int target, bool noaudio=false) |
| |
| RESULT | setSlowMotion (int ratio) |
| |
| RESULT | setFastForward (int ratio) |
| |
| RESULT | audioChannel (ePtr< iAudioChannelSelection > &ptr) |
| |
| RESULT | audioTracks (ePtr< iAudioTrackSelection > &ptr) |
| |
| RESULT | frontendInfo (ePtr< iFrontendInformation > &ptr) |
| |
| RESULT | subServices (ePtr< iSubserviceList > &ptr) |
| |
| RESULT | timeshift (ePtr< iTimeshiftService > &ptr) |
| |
| RESULT | cueSheet (ePtr< iCueSheet > &ptr) |
| |
| void | setQpipMode (bool value, bool audio) |
| |
| RESULT | subtitle (ePtr< iSubtitleOutput > &ptr) |
| |
| RESULT | audioDelay (ePtr< iAudioDelay > &ptr) |
| |
| RESULT | rdsDecoder (ePtr< iRdsDecoder > &ptr) |
| |
| RESULT | stream (ePtr< iStreamableService > &ptr) |
| |
| RESULT | streamed (ePtr< iStreamedService > &ptr) |
| |
| RESULT | keys (ePtr< iServiceKeys > &ptr) |
| |
| RESULT | tap (ePtr< iTapService > &ptr) |
| |
| RESULT | pause () |
| |
| RESULT | unpause () |
| |
| RESULT | getLength (pts_t &SWIG_OUTPUT) |
| |
| RESULT | seekTo (pts_t to) |
| |
| RESULT | seekRelative (int direction, pts_t to) |
| |
| RESULT | getPlayPosition (pts_t &SWIG_OUTPUT) |
| |
| RESULT | setTrickmode (int trick) |
| |
| RESULT | isCurrentlySeekable () |
| |
| RESULT | getName (std::string &name) |
| |
| int | getInfo (int w) |
| |
| std::string | getInfoString (int w) |
| |
| int | getNumberOfTracks () |
| |
| RESULT | selectTrack (unsigned int i) |
| |
| | SWIG_VOID (RESULT) getTrackInfo(struct iAudioTrackInfo & |
| |
| int | getCurrentTrack () |
| |
| int | getCurrentChannel () |
| |
| RESULT | selectChannel (int i) |
| |
| void | operator delete (void *p) |
| |
| virtual void | AddRef ()=0 |
| |
| virtual void | Release ()=0 |
| |
| virtual ePtr< iServiceInfoContainer > | getInfoObject (int w) |
| |
| virtual ePtr< iDVBTransponderData > | getTransponderData () |
| |
| virtual void | getAITApplications (std::map< int, std::string > &aitlist) |
| |
| virtual PyObject * | getHbbTVApplications () |
| |
| virtual void | getCaIds (std::vector< int > &caids, std::vector< int > &ecmpids, std::vector< std::string > &ecmdatabytes) |
| |
| virtual long long | getFileSize () |
| |
| virtual int | setInfo (int w, int v) |
| |
| virtual int | setInfoString (int w, const char *v) |
| |
| virtual RESULT | seekChapter (int) |
| |
| virtual RESULT | seekTitle (int) |
| |
|
| enum | {
evStart
, evEnd
, evTunedIn
, evTuneFailed
,
evUpdatedEventInfo
, evUpdatedInfo
, evNewProgramInfo
, evSeekableStatusChanged
,
evEOF
, evSOF
, evCuesheetChanged
, evUpdatedRadioText
,
evUpdatedRtpText
, evUpdatedRassSlidePic
, evUpdatedRassInteractivePicMask
, evVideoSizeChanged
,
evVideoFramerateChanged
, evVideoProgressiveChanged
, evBuffering
, evGstreamerPlayStarted
,
evStopped
, evHBBTVInfo
, evVideoGammaChanged
, evFccFailed
,
evUser = 0x100
} |
| |
| enum | {
sIsCrypted
, sAspect
, sFrameRate
, sProgressive
,
sIsMultichannel
, sVideoPID
, sAudioPID
, sPCRPID
,
sPMTPID
, sTXTPID
, sSID
, sONID
,
sTSID
, sNamespace
, sProvider
, sDescription
,
sServiceref
, sTimeCreate
, sFileSize
, sCAIDs
,
sCAIDPIDs
, sVideoType
, sTags
, sDVBState
,
sVideoHeight
, sVideoWidth
, sTransponderData
, sCurrentChapter
,
sCurrentTitle
, sTotalChapters
, sTotalTitles
, sTagTitle
,
sTagTitleSortname
, sTagArtist
, sTagArtistSortname
, sTagAlbum
,
sTagAlbumSortname
, sTagComposer
, sTagDate
, sTagGenre
,
sTagComment
, sTagExtendedComment
, sTagTrackNumber
, sTagTrackCount
,
sTagAlbumVolumeNumber
, sTagAlbumVolumeCount
, sTagLocation
, sTagHomepage
,
sTagDescription
, sTagVersion
, sTagISRC
, sTagOrganization
,
sTagCopyright
, sTagCopyrightURI
, sTagContact
, sTagLicense
,
sTagLicenseURI
, sTagPerformer
, sTagCodec
, sTagVideoCodec
,
sTagAudioCodec
, sTagBitrate
, sTagNominalBitrate
, sTagMinimumBitrate
,
sTagMaximumBitrate
, sTagSerial
, sTagEncoder
, sTagEncoderVersion
,
sTagTrackGain
, sTagTrackPeak
, sTagAlbumGain
, sTagAlbumPeak
,
sTagReferenceLevel
, sTagLanguageCode
, sTagImage
, sTagPreviewImage
,
sTagAttachment
, sTagBeatsPerMinute
, sTagKeywords
, sTagCRC
,
sTagChannelMode
, sTransferBPS
, sHBBTVUrl
, sLiveStreamDemuxId
,
sBuffer
, sIsDedicated3D
, sHideVBI
, sCenterDVBSubs
,
sGamma
, sUser = 0x100
} |
| |
| enum | { resNA = -1
, resIsString = -2
, resIsPyObject = -3
} |
| |
| enum | { dirForward = +1
, dirBackward = -1
} |
| |
| enum | { LEFT
, STEREO
, RIGHT
} |
| |
| virtual | ~iObject () |
| |