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: *const c_char
User name of the daemon process.
host_name: *const c_char
Host name the daemon is running on.
server_version: *const c_char
Version string of the daemon.
server_name: *const c_char
Server package name (usually "pulseaudio").
sample_spec: Spec
Default sample specification.
default_sink_name: *const c_char
Name of default sink.
default_source_name: *const c_char
Name of default source.
A random cookie for identifying this instance of PulseAudio.
channel_map: Map
Default channel map.