|
MythTV
0.27pre
|
#include <video.h>


Public Member Functions | |
| Q_INVOKABLE | Video (QObject *parent=0) |
| DTC::VideoMetadataInfoList * | GetVideoList (bool Descending, int StartIndex, int Count) |
| DTC::VideoMetadataInfo * | GetVideo (int Id) |
| DTC::VideoMetadataInfo * | GetVideoByFileName (const QString &FileName) |
| DTC::VideoLookupList * | LookupVideo (const QString &Title, const QString &Subtitle, const QString &Inetref, int Season, int Episode, const QString &GrabberType, bool AllowGeneric) |
| bool | RemoveVideoFromDB (int Id) |
| bool | AddVideo (const QString &FileName, const QString &HostName) |
| DTC::BlurayInfo * | GetBluray (const QString &Path) |
Public Member Functions inherited from VideoServices | |
| VideoServices (QObject *parent=0) | |
Public Member Functions inherited from Service | |
| Service (QObject *parent=NULL) | |
| virtual QVariant | ConvertToVariant (int nType, void *pValue) |
| virtual void * | ConvertToParameterPtr (int nTypeId, const QString &sParamType, void *pParam, const QString &sValue) |
Additional Inherited Members | |
Public Slots inherited from VideoServices | |
Static Public Member Functions inherited from Service | |
| static bool | ToBool (const QString &sVal) |
|
virtual |
Implements VideoServices.
Definition at line 52 of file video.cpp.
Referenced by ScriptableVideo::GetVideoList().
|
virtual |
Implements VideoServices.
Definition at line 113 of file video.cpp.
Referenced by ScriptableVideo::GetVideo().
|
virtual |
Implements VideoServices.
Definition at line 132 of file video.cpp.
Referenced by ScriptableVideo::GetVideoByFileName().
|
virtual |
Implements VideoServices.
Definition at line 156 of file video.cpp.
Referenced by ScriptableVideo::LookupVideo().
Implements VideoServices.
Definition at line 273 of file video.cpp.
Referenced by ScriptableVideo::RemoveVideoFromDB().
|
virtual |
Implements VideoServices.
Definition at line 295 of file video.cpp.
Referenced by ScriptableVideo::AddVideo().
|
virtual |
Implements VideoServices.
1.8.1.2