Jack2 1.9.6
|
Public Attributes | |
uint32_t | flags |
union { | |
struct { | |
jack_driver_param_value_t min | |
jack_driver_param_value_t max | |
} range | |
struct { | |
uint32_t count | |
jack_driver_param_value_enum_t * possible_values_array | |
} enumeration | |
} | constraint |
Definition at line 68 of file driver_interface.h.
JACK_CONSTRAINT_FLAG_XXX
Definition at line 69 of file driver_interface.h.
struct { ... } jack_driver_param_constraint_desc_t::range |
valid when JACK_CONSTRAINT_FLAG_RANGE flag is set
struct { ... } jack_driver_param_constraint_desc_t::enumeration |
valid when JACK_CONSTRAINT_FLAG_RANGE flag is not set