|
MythTV
0.25-pre
|
#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 | RemoveVideoFromDB (int Id) |
| bool | AddVideo (const QString &FileName, const QString &HostName) |
| DTC::BlurayInfo * | GetBluray (const QString &Path) |
| Q_INVOKABLE Video::Video | ( | QObject * | parent = 0 | ) | [inline] |
| DTC::VideoMetadataInfoList * Video::GetVideoList | ( | bool | Descending, |
| int | StartIndex, | ||
| int | Count | ||
| ) | [virtual] |
Implements VideoServices.
Definition at line 47 of file video.cpp.
Referenced by ScriptableVideo::GetVideoList().
| DTC::VideoMetadataInfo * Video::GetVideo | ( | int | Id | ) | [virtual] |
Implements VideoServices.
Definition at line 108 of file video.cpp.
Referenced by ScriptableVideo::GetVideo().
| DTC::VideoMetadataInfo * Video::GetVideoByFileName | ( | const QString & | FileName | ) | [virtual] |
Implements VideoServices.
Definition at line 127 of file video.cpp.
Referenced by ScriptableVideo::GetVideoByFileName().
| DTC::VideoLookupList * Video::LookupVideo | ( | const QString & | Title, |
| const QString & | Subtitle, | ||
| const QString & | Inetref, | ||
| int | Season, | ||
| int | Episode, | ||
| const QString & | GrabberType | ||
| ) | [virtual] |
Implements VideoServices.
Definition at line 151 of file video.cpp.
Referenced by ScriptableVideo::LookupVideo().
| bool Video::RemoveVideoFromDB | ( | int | Id | ) | [virtual] |
Implements VideoServices.
Definition at line 263 of file video.cpp.
Referenced by ScriptableVideo::RemoveVideoFromDB().
| bool Video::AddVideo | ( | const QString & | FileName, |
| const QString & | HostName | ||
| ) | [virtual] |
Implements VideoServices.
Definition at line 285 of file video.cpp.
Referenced by ScriptableVideo::AddVideo().
| DTC::BlurayInfo * Video::GetBluray | ( | const QString & | Path | ) | [virtual] |
Implements VideoServices.
1.7.6.1