qtl.c File Reference

Include dependency graph for qtl.c:


Data Structures

struct  demux_sys_t

Defines

#define SADD_INFO(type, field)

Enumerations

enum  qtl_fullscreen_t {
  FULLSCREEN_NORMAL, FULLSCREEN_DOUBLE, FULLSCREEN_HALF, FULLSCREEN_CURRENT,
  FULLSCREEN_FULL
}
enum  qtl_loop_t { LOOP_TRUE, LOOP_FALSE, LOOP_PALINDROME }

Functions

static int Demux (demux_t *p_demux)
static int Control (demux_t *p_demux, int i_query, va_list args)
int Import_QTL (vlc_object_t *p_this)
void Close_QTL (vlc_object_t *p_this)

Variables

const char * ppsz_fullscreen [] = { "normal", "double", "half", "current", "full" }
const char * ppsz_loop [] = { "true", "false", "palindrome" }

Define Documentation

#define SADD_INFO ( type,
field   ) 

Value:

if( field ) { input_ItemAddInfo( \
                    p_input, "QuickTime Media Link", _(type), "%s", field ) ; }


Enumeration Type Documentation

enum qtl_fullscreen_t

Enumerator:
FULLSCREEN_NORMAL 
FULLSCREEN_DOUBLE 
FULLSCREEN_HALF 
FULLSCREEN_CURRENT 
FULLSCREEN_FULL 

enum qtl_loop_t

Enumerator:
LOOP_TRUE 
LOOP_FALSE 
LOOP_PALINDROME 


Function Documentation

void Close_QTL ( vlc_object_t p_this  ) 

static int Control ( demux_t p_demux,
int  i_query,
va_list  args 
) [static]

static int Demux ( demux_t p_demux  )  [static]

int Import_QTL ( vlc_object_t p_this  ) 


Variable Documentation

const char* ppsz_fullscreen[] = { "normal", "double", "half", "current", "full" }

const char* ppsz_loop[] = { "true", "false", "palindrome" }


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