jack_driver_param_desc_t Struct Reference

#include <driver_interface.h>

List of all members.

Public Attributes

char name [JACK_DRIVER_NAME_MAX+1]
char character
jack_driver_param_type_t type
jack_driver_param_value_t value
char short_desc [64]
char long_desc [1024]


Detailed Description

A driver parameter descriptor

Definition at line 63 of file driver_interface.h.


Member Data Documentation

char jack_driver_param_desc_t::character
 

The parameter's character (for getopt, etc)

Definition at line 65 of file driver_interface.h.

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

char jack_driver_param_desc_t::long_desc[1024]
 

A longer description for the user

Definition at line 69 of file driver_interface.h.

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

char jack_driver_param_desc_t::name[JACK_DRIVER_NAME_MAX+1]
 

The parameter's name

Definition at line 64 of file driver_interface.h.

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

char jack_driver_param_desc_t::short_desc[64]
 

A short (~30 chars) description for the user

Definition at line 68 of file driver_interface.h.

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

jack_driver_param_type_t jack_driver_param_desc_t::type
 

The parameter's type

Definition at line 66 of file driver_interface.h.

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

jack_driver_param_value_t jack_driver_param_desc_t::value
 

The parameter's (default) value

Definition at line 67 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