jack_driver_desc_t Struct Reference

#include <driver_interface.h>

List of all members.

Public Attributes

char name [JACK_DRIVER_NAME_MAX+1]
char file [PATH_MAX+1]
uint32_t nparams
jack_driver_param_desc_tparams


Detailed Description

A struct for describing a jack driver

Definition at line 82 of file driver_interface.h.


Member Data Documentation

char jack_driver_desc_t::file[PATH_MAX+1]
 

The filename of the driver's shared object file

Definition at line 84 of file driver_interface.h.

char jack_driver_desc_t::name[JACK_DRIVER_NAME_MAX+1]
 

The driver's canonical name

Definition at line 83 of file driver_interface.h.

Referenced by Jack::JackDummyDriver::PrintState(), Jack::JackCoreAudioDriver::PrintState(), and Jack::JackAlsaDriver::PrintState().

uint32_t jack_driver_desc_t::nparams
 

The number of parameters the driver has

Definition at line 85 of file driver_interface.h.

Referenced by Jack::JackDummyDriver::PrintState(), Jack::JackCoreAudioDriver::PrintState(), and Jack::JackAlsaDriver::PrintState().

jack_driver_param_desc_t* jack_driver_desc_t::params
 

An array of parameter descriptors

Definition at line 86 of file driver_interface.h.

Referenced by Jack::JackDummyDriver::PrintState(), Jack::JackCoreAudioDriver::PrintState(), and Jack::JackAlsaDriver::PrintState().


The documentation for this struct was generated from the following file:
Generated on Wed Jan 10 11:42:48 2007 for Jackdmp by  doxygen 1.4.5