Struct libpulse_sys::context::introspect::pa_client_info [] [src]

#[repr(C)]
pub struct pa_client_info { pub index: u32, pub name: *const c_char, pub owner_module: u32, pub driver: *const c_char, pub proplist: *mut pa_proplist, }

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.

Fields

Index of this client.

Name of this client.

Index of the owning module, or ::def::PA_INVALID_INDEX.

Driver name.

Property list.