dvd_input.h File Reference

Go to the source code of this file.

Typedefs

typedef struct dvd_input_sdvd_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 Documentation

typedef struct dvd_input_s* dvd_input_t

Definition at line 30 of file dvd_input.h.


Function Documentation

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().


Variable Documentation

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_seek)(dvd_input_t, int)

int(* dvdinput_read)(dvd_input_t, void *, int, int)

Referenced by dvdinput_setup().


Generated on Sat Dec 18 05:15:51 2010 for MythTV by  doxygen 1.5.5