Go to the source code of this file.
Classes | |
| class | NativeArchive |
Functions | |
| bool | createISOImage (QString &sourceDirectory) |
| int | burnISOImage (int mediaType, bool bEraseDVDRW, bool nativeFormat) |
| int | doBurnDVD (int mediaType, bool bEraseDVDRW, bool nativeFormat) |
| void | clearArchiveTable (void) |
| int | doNativeArchive (const QString &jobFile) |
| int | doImportArchive (const QString &inFile, int chanID) |
| int | grabThumbnail (QString inFile, QString thumbList, QString outFile, int frameCount) |
| long long | getFrameCount (AVFormatContext *inputFC, int vid_id) |
| long long | getCutFrames (const QString &filename) |
| long long | getFrameCount (const QString &filename, float fps) |
| int | getFileInfo (QString inFile, QString outFile, int lenMethod) |
| int | getDBParamters (QString outFile) |
| int | isRemote (QString filename) |
| void | showUsage () |
| int | main (int argc, char **argv) |
| bool createISOImage | ( | QString & | sourceDirectory | ) |
Definition at line 148 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by NativeArchive::doNativeArchive().
Definition at line 174 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by doBurnDVD(), and NativeArchive::doNativeArchive().
Definition at line 229 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| void clearArchiveTable | ( | void | ) |
Definition at line 1670 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by doNativeArchive().
| int doNativeArchive | ( | const QString & | jobFile | ) |
Definition at line 1683 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
| int doImportArchive | ( | const QString & | inFile, | |
| int | chanID | |||
| ) |
Definition at line 1701 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
| int grabThumbnail | ( | QString | inFile, | |
| QString | thumbList, | |||
| QString | outFile, | |||
| int | frameCount | |||
| ) |
Definition at line 1707 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| long long getFrameCount | ( | AVFormatContext * | inputFC, | |
| int | vid_id | |||
| ) |
Definition at line 1899 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by getFileInfo().
| long long getCutFrames | ( | const QString & | filename | ) |
Definition at line 1920 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by getFileInfo().
| long long getFrameCount | ( | const QString & | filename, | |
| float | fps | |||
| ) |
Definition at line 1971 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
| int getFileInfo | ( | QString | inFile, | |
| QString | outFile, | |||
| int | lenMethod | |||
| ) |
Definition at line 2021 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| int getDBParamters | ( | QString | outFile | ) |
Definition at line 2290 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| int isRemote | ( | QString | filename | ) |
Definition at line 2315 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| void showUsage | ( | ) |
Definition at line 2340 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 2394 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
1.5.5