Jack2  1.9.9
Public Attributes | List of all members
jack_driver_param_constraint_desc_t Struct Reference

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
 

Detailed Description

Definition at line 77 of file driver_interface.h.

Member Data Documentation

uint32_t jack_driver_param_constraint_desc_t::flags

JACK_CONSTRAINT_FLAG_XXX

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


The documentation for this struct was generated from the following file: