Data Fields | |
| rte_option_type | type |
| char * | keyword |
| char * | label |
| rte_option_value | def |
| rte_option_value | min |
| rte_option_value | max |
| rte_option_value | step |
| rte_option_value_ptr | menu |
| char * | tooltip |
You can obtain this information with rte_context_option_info_enum() or rte_codec_option_info_enum().
| char* rte_option_info::keyword |
Unique (within the respective context or codec) keyword to identify this option. Can be stored in configuration files.
| char* rte_option_info::label |
Name of the option to be shown to the user. This can be NULL to indicate this option shall not be listed. Can be localized with dgettext("rte", label).
| char* rte_option_info::tooltip |
A brief description (or NULL) for the user. Can be localized with dgettext("rte", tooltip).
1.4.7