dump.c File Reference

Include dependency graph for dump.c:


Data Structures

struct  access_sys_t

Defines

#define DEFAULT_MARGIN   32
#define FORCE_TEXT   N_("Force use of dump module")
#define FORCE_LONGTEXT
#define MARGIN_TEXT   N_("Maximum size of temporary file (Mb)")
#define MARGIN_LONGTEXT

Functions

static int Open (vlc_object_t *obj)
 Open().
static void Close (vlc_object_t *obj)
 Close().
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static ssize_t Read (access_t *access, uint8_t *buffer, size_t len)
static block_tBlock (access_t *access)
static int Seek (access_t *access, int64_t offset)
static int Control (access_t *access, int cmd, va_list ap)
static void Trigger (access_t *access)
static int KeyHandler (vlc_object_t *obj, char const *varname, vlc_value_t oldval, vlc_value_t newval, void *data)
static void Dump (access_t *access, const uint8_t *buffer, size_t len)

Define Documentation

#define DEFAULT_MARGIN   32

#define FORCE_LONGTEXT

Value:

N_("Activate the dump module " \
                          "even for media with fast seeking.")

#define FORCE_TEXT   N_("Force use of dump module")

#define MARGIN_LONGTEXT

Value:

N_("The dump module will abort dumping of the media " \
                           "if more than this much megabyte were performed.")

#define MARGIN_TEXT   N_("Maximum size of temporary file (Mb)")


Function Documentation

static block_t * Block ( access_t access  )  [static]

static void Close ( vlc_object_t  )  [static]

Close().

static int Control ( access_t access,
int  cmd,
va_list  ap 
) [static]

static void Dump ( access_t access,
const uint8_t *  buffer,
size_t  len 
) [static]

static int KeyHandler ( vlc_object_t obj,
char const *  varname,
vlc_value_t  oldval,
vlc_value_t  newval,
void *  data 
) [static]

static int Open ( vlc_object_t  )  [static]

Open().

static ssize_t Read ( access_t access,
uint8_t *  buffer,
size_t  len 
) [static]

static int Seek ( access_t access,
int64_t  offset 
) [static]

static void Trigger ( access_t access  )  [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Generated on Wed Aug 13 08:03:00 2008 for VLC by  doxygen 1.5.1