mod.c File Reference

Include dependency graph for mod.c:


Data Structures

struct  demux_sys_t

Defines

#define NOISE_LONGTEXT   N_("Enable noise reduction algorithm.")
#define REVERB_LONGTEXT   N_("Enable reverberation" )
#define REVERB_LEVEL_LONGTEXT
#define REVERB_DELAY_LONGTEXT
#define MEGABASS_LONGTEXT   N_( "Enable megabass mode" )
#define MEGABASS_LEVEL_LONGTEXT
#define MEGABASS_RANGE_LONGTEXT
#define SURROUND_LEVEL_LONGTEXT
#define SURROUND_DELAY_LONGTEXT

Functions

static int Open (vlc_object_t *)
static void Close (vlc_object_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static int Demux (demux_t *p_demux)
static int Control (demux_t *p_demux, int i_query, va_list args)

Variables

static const char * mod_ext []

Define Documentation

#define MEGABASS_LEVEL_LONGTEXT

Value:

N_("Megabass mode level (from 0 to 100, " \
                "default value is 0)." )

#define MEGABASS_LONGTEXT   N_( "Enable megabass mode" )

#define MEGABASS_RANGE_LONGTEXT

Value:

N_("Megabass mode cutoff frequency, in Hz. " \
                "This is the maximum frequency for which the megabass " \
                "effect applies. Valid values are from 10 to 100 Hz." )

#define NOISE_LONGTEXT   N_("Enable noise reduction algorithm.")

#define REVERB_DELAY_LONGTEXT

Value:

N_("Reverberation delay, in ms." \
                " Usual values are from to 40 to 200ms." )

#define REVERB_LEVEL_LONGTEXT

Value:

N_( "Reverberation level (from 0 " \
                "to 100, default value is 0)." )

#define REVERB_LONGTEXT   N_("Enable reverberation" )

#define SURROUND_DELAY_LONGTEXT

Value:

N_("Surround delay, in ms. Usual values are " \
                "from 5 to 40 ms." )

#define SURROUND_LEVEL_LONGTEXT

Value:

N_( "Surround effect level (from 0 to 100, " \
                "default value is 0)." )


Function Documentation

static void Close ( vlc_object_t  )  [static]

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

static int Demux ( demux_t p_demux  )  [static]

static int Open ( vlc_object_t  )  [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const char* mod_ext[] [static]

Initial value:

{
    "mod", "s3m", "xm",  "it",  "669", "amf", "ams", "dbm", "dmf", "dsm",
    "far", "mdl", "med", "mtm", "okt", "ptm", "stm", "ult", "umx", "mt2",
    "psm", NULL
}


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