pa_sink_info Struct Reference

Stores information about sinks. More...


Data Fields

const char * name
 Name of the sink.
uint32_t index
 Index of the sink.
const char * description
 Description of this sink.
pa_sample_spec sample_spec
 Sample spec of this sink.
pa_channel_map channel_map
 Channel map.
uint32_t owner_module
 Index of the owning module of this sink, or PA_INVALID_INDEX.
pa_cvolume volume
 Volume of the sink.
int mute
 Mute switch of the sink.
uint32_t monitor_source
 Index of the monitor source connected to this sink.
const char * monitor_source_name
 The name of the monitor source.
pa_usec_t latency
 Length of filled playback buffer of this sink.
const char * driver
 Driver name.
pa_sink_flags_t flags
 Flags.


Detailed Description

Stores information about sinks.


Field Documentation

pa_channel_map pa_sink_info::channel_map

Channel map.

Since:
0.8

const char* pa_sink_info::description

Description of this sink.

const char* pa_sink_info::driver

Driver name.

Since:
0.8

pa_sink_flags_t pa_sink_info::flags

Flags.

Since:
0.8

uint32_t pa_sink_info::index

Index of the sink.

pa_usec_t pa_sink_info::latency

Length of filled playback buffer of this sink.

uint32_t pa_sink_info::monitor_source

Index of the monitor source connected to this sink.

const char* pa_sink_info::monitor_source_name

The name of the monitor source.

int pa_sink_info::mute

Mute switch of the sink.

Since:
0.8

const char* pa_sink_info::name

Name of the sink.

uint32_t pa_sink_info::owner_module

Index of the owning module of this sink, or PA_INVALID_INDEX.

pa_sample_spec pa_sink_info::sample_spec

Sample spec of this sink.

pa_cvolume pa_sink_info::volume

Volume of the sink.


The documentation for this struct was generated from the following file:
Generated on Tue Apr 24 02:06:15 2012 for PulseAudio by  doxygen 1.4.7