Struct libpulse_binding::context::introspect::ClientInfoInternal
[−]
[src]
#[repr(C)]pub struct ClientInfoInternal { pub index: u32, pub name: *const i8, pub owner_module: u32, pub driver: *const i8, 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: u32
Index of this client.
name: *const i8
Name of this client.
owner_module: u32
Index of the owning module, or
::def::PA_INVALID_INDEX
.
driver: *const i8
Driver name.
proplist: *mut pa_proplist
Property list.