pa_client_info

Stores information about clients. Please note that this structure * can be extended as part of evolutionary API updates at any time in * any new release.

Members

Variables

driver
const(char)* driver;

< Driver name

index
uint index;

< Index of this client

name
const(char)* name;

< Name of this client

owner_module
uint owner_module;

< Index of the owning module, or PA_INVALID_INDEX.

proplist
pa_proplist* proplist;

< Property list \since 0.9.11

Meta