pa_server_info

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

Members

Variables

channel_map
pa_channel_map channel_map;

< Default channel map. \since 0.9.15

cookie
uint cookie;

< A random cookie for identifying this instance of PulseAudio.

default_sink_name
const(char)* default_sink_name;

< Name of default sink.

default_source_name
const(char)* default_source_name;

< Name of default source.

host_name
const(char)* host_name;

< Host name the daemon is running on

sample_spec
pa_sample_spec sample_spec;

< Default sample specification

server_name
const(char)* server_name;

< Server package name (usually "pulseaudio")

server_version
const(char)* server_version;

< Version string of the daemon

user_name
const(char)* user_name;

< User name of the daemon process

Meta