pa_autoload_info

\deprecated Stores information about autoload entries. 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 for module

index
uint index;

< Index of this autoload entry

module_
const(char)* module_;

< Module name to load

name
const(char)* name;

< Name of the sink or source

type
pa_autoload_type_t type;

< Type of the autoload entry

Meta