jack.c File Reference

JACK audio output functions. More...

Include dependency graph for jack.c:


Data Structures

struct  aout_sys_t

Defines

#define AUTO_CONNECT_OPTION   "jack-auto-connect"
#define AUTO_CONNECT_TEXT   N_("Automatically connect to writable clients")
#define AUTO_CONNECT_LONGTEXT
#define CONNECT_REGEX_OPTION   "jack-connect-regex"
#define CONNECT_REGEX_TEXT   N_("Connect to clients matching")
#define CONNECT_REGEX_LONGTEXT

Typedefs

typedef jack_default_audio_sample_t jack_sample_t

Functions

static int Open (vlc_object_t *)
static void Close (vlc_object_t *)
static void Play (aout_instance_t *)
static int Process (jack_nframes_t i_frames, void *p_arg)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)

Detailed Description

JACK audio output functions.


Define Documentation

#define AUTO_CONNECT_LONGTEXT

Value:

N_( \
    "If enabled, this option will automatically connect sound output to the " \
    "first writable JACK clients found." )

#define AUTO_CONNECT_OPTION   "jack-auto-connect"

#define AUTO_CONNECT_TEXT   N_("Automatically connect to writable clients")

#define CONNECT_REGEX_LONGTEXT

Value:

N_( \
    "If automatic connection is enabled, only JACK clients whose names " \
    "match this regular expression will be considered for connection." )

#define CONNECT_REGEX_OPTION   "jack-connect-regex"

#define CONNECT_REGEX_TEXT   N_("Connect to clients matching")


Typedef Documentation

typedef jack_default_audio_sample_t jack_sample_t


Function Documentation

static void Close ( vlc_object_t  )  [static]

static int Open ( vlc_object_t  )  [static]

static void Play ( aout_instance_t  )  [static]

int Process ( jack_nframes_t  i_frames,
void *  p_arg 
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Generated on Wed Aug 13 08:02:54 2008 for VLC by  doxygen 1.5.1