pa_module_info

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.

Members

Variables

argument
const(char)* argument;

< Argument string of the module

auto_unload
int auto_unload;

\cond fulldocs *//**< \deprecated Non-zero if this is an autoloaded module.

index
uint index;

< Index of the module

n_used
uint n_used;

< Usage counter or PA_INVALID_INDEX

name
const(char)* name;

< Name of the module

proplist
pa_proplist* proplist;

\endcond *//**< Property list \since 0.9.15

Meta