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 of this client.

Name of this client.

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

Driver name.

Property list.