Structure describing a parameter. More...
#include <lqt_codecinfo.h>
Data Fields | |
char * | name |
char * | real_name |
lqt_parameter_type_t | type |
lqt_parameter_value_t | val_default |
lqt_parameter_value_t | val_min |
lqt_parameter_value_t | val_max |
int | num_digits |
int | num_stringlist_options |
char ** | stringlist_options |
char ** | stringlist_labels |
char * | help_string |
Structure describing a parameter.
This completely describes a parameter. Bool parameters will have the type LQT_PARAMETER_INT , val_min = 0 and val_max = 1.
Parameter name to be passed to on of the parameter setting functions
More human readable name for configuration dialogs
Default value
Minimum value for integer or float parameter
Maximum value for integer or float parameter
Number of digits for floating point parameters
Number of options for LQT_PARAMETER_STRINGLIST
Options for LQT_PARAMETER_STRINGLIST
Labels for LQT_PARAMETER_STRINGLIST
Detailed help about the parameter