|
MythTV master
|
#include "dvdread/mythdvdio.h"#include "libmythtv/mythtvexp.h"#include "libmythtv/io/mythiowrapper.h"Go to the source code of this file.
Functions | |
| MTV_PUBLIC int | MythDVD_open (const char *Pathname, int Flags) |
| MTV_PUBLIC int | MythDVD_close (int FileID) |
| MTV_PUBLIC off_t | MythDVD_lseek (int FileID, off_t Offset, int Whence) |
| MTV_PUBLIC ssize_t | MythDVD_read (int FileID, void *Buffer, size_t Count) |
| MTV_PUBLIC int | MythDVD_dvdstat (const char *Path, struct stat *Buf) |
| MTV_PUBLIC int | MythDVD_FileExists (const char *Path, const char *File) |
| MTV_PUBLIC int MythDVD_close | ( | int | FileID | ) |
Definition at line 11 of file mythdvdio.cpp.
| MTV_PUBLIC int MythDVD_dvdstat | ( | const char * | Path, |
| struct stat * | Buf | ||
| ) |
Definition at line 26 of file mythdvdio.cpp.
| MTV_PUBLIC int MythDVD_FileExists | ( | const char * | Path, |
| const char * | File | ||
| ) |
Definition at line 31 of file mythdvdio.cpp.
| MTV_PUBLIC off_t MythDVD_lseek | ( | int | FileID, |
| off_t | Offset, | ||
| int | Whence | ||
| ) |
Definition at line 16 of file mythdvdio.cpp.
| MTV_PUBLIC int MythDVD_open | ( | const char * | Pathname, |
| int | Flags | ||
| ) |
Definition at line 6 of file mythdvdio.cpp.
| MTV_PUBLIC ssize_t MythDVD_read | ( | int | FileID, |
| void * | Buffer, | ||
| size_t | Count | ||
| ) |
Definition at line 21 of file mythdvdio.cpp.