Go to the source code of this file.
Typedefs | |
| typedef struct dvd_input_s * | dvd_input_t |
Functions | |
| int | dvdinput_setup (void) |
| Setup function accessed by dvd_reader.c. | |
Variables | |
| dvd_input_t(* | dvdinput_open )(const char *) |
| Pointers which will be filled either the input methods functions. | |
| int(* | dvdinput_close )(dvd_input_t) |
| int(* | dvdinput_seek )(dvd_input_t, int) |
| int(* | dvdinput_title )(dvd_input_t, int) |
| int(* | dvdinput_read )(dvd_input_t, void *, int, int) |
| char *(* | dvdinput_error )(dvd_input_t) |
| typedef struct dvd_input_s* dvd_input_t |
Definition at line 30 of file dvd_input.h.
| int dvdinput_setup | ( | void | ) |
Setup function accessed by dvd_reader.c.
Returns 1 if there is CSS support.
Definition at line 277 of file dvd_input.c.
Referenced by DVDOpen().
| dvd_input_t(* dvdinput_open)(const char *) |
Pointers which will be filled either the input methods functions.
Referenced by dvdinput_setup(), DVDOpenFilePath(), DVDOpenImageFile(), and DVDOpenVOBPath().
| int(* dvdinput_close)(dvd_input_t) |
Referenced by DVDClose(), DVDCloseFile(), and dvdinput_setup().
| int(* dvdinput_seek)(dvd_input_t, int) |
Referenced by dvdinput_setup(), DVDReadBlocksPath(), and UDFReadBlocksRaw().
| int(* dvdinput_title)(dvd_input_t, int) |
Referenced by dvdinput_setup(), DVDOpenVOBPath(), DVDReadBlocks(), and initAllCSSKeys().
| int(* dvdinput_read)(dvd_input_t, void *, int, int) |
Referenced by dvdinput_setup(), DVDReadBlocksPath(), and UDFReadBlocksRaw().
| char*(* dvdinput_error)(dvd_input_t) |
Referenced by dvdinput_setup().
1.5.5