PulseAudio 17.0
|
Stores information about modules. More...
#include <introspect.h>
Data Fields | |
uint32_t | index |
Index of the module. | |
const char * | name |
Name of the module. | |
const char * | argument |
Argument string of the module. | |
uint32_t | n_used |
Usage counter or PA_INVALID_INDEX. | |
pa_proplist * | proplist |
Property list. | |
Stores information about modules.
Please note that this structure can be extended as part of evolutionary API updates at any time in any new release.
const char * pa_module_info::argument |
Argument string of the module.
uint32_t pa_module_info::index |
Index of the module.
uint32_t pa_module_info::n_used |
Usage counter or PA_INVALID_INDEX.
const char* pa_module_info::name |
Name of the module.
pa_proplist* pa_module_info::proplist |
Property list.