MythTV master
Functions
mythdvdio.cpp File Reference
#include "dvdread/mythdvdio.h"
#include "libmythtv/mythtvexp.h"
#include "libmythtv/io/mythiowrapper.h"
Include dependency graph for mythdvdio.cpp:

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)
 

Function Documentation

◆ MythDVD_close()

MTV_PUBLIC int MythDVD_close ( int  FileID)

Definition at line 11 of file mythdvdio.cpp.

◆ MythDVD_dvdstat()

MTV_PUBLIC int MythDVD_dvdstat ( const char *  Path,
struct stat *  Buf 
)

Definition at line 26 of file mythdvdio.cpp.

◆ MythDVD_FileExists()

MTV_PUBLIC int MythDVD_FileExists ( const char *  Path,
const char *  File 
)

Definition at line 31 of file mythdvdio.cpp.

◆ MythDVD_lseek()

MTV_PUBLIC off_t MythDVD_lseek ( int  FileID,
off_t  Offset,
int  Whence 
)

Definition at line 16 of file mythdvdio.cpp.

◆ MythDVD_open()

MTV_PUBLIC int MythDVD_open ( const char *  Pathname,
int  Flags 
)

Definition at line 6 of file mythdvdio.cpp.

◆ MythDVD_read()

MTV_PUBLIC ssize_t MythDVD_read ( int  FileID,
void *  Buffer,
size_t  Count 
)

Definition at line 21 of file mythdvdio.cpp.