Struct libpulse_binding::context::introspect::ServerInfo [] [src]

#[repr(C)]
pub struct ServerInfo { pub user_name: *const c_char, pub host_name: *const c_char, pub server_version: *const c_char, pub server_name: *const c_char, pub sample_spec: Spec, pub default_sink_name: *const c_char, pub default_source_name: *const c_char, pub cookie: u32, pub channel_map: Map, }

Server information.

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

Fields

User name of the daemon process.

Host name the daemon is running on.

Version string of the daemon.

Server package name (usually "pulseaudio").

Default sample specification.

Name of default sink.

Name of default source.

A random cookie for identifying this instance of PulseAudio.

Default channel map.