pa_sink_input_info Struct Reference

Stores information about sink inputs. More...


Data Fields

uint32_t index
 Index of the sink input.
const char * name
 Name of the sink input.
uint32_t owner_module
 Index of the module this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any module.
uint32_t client
 Index of the client this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any client.
uint32_t sink
 Index of the connected sink.
pa_sample_spec sample_spec
 The sample specification of the sink input.
pa_channel_map channel_map
 Channel map.
pa_cvolume volume
 The volume of this sink input.
pa_usec_t buffer_usec
 Latency due to buffering in sink input, see pa_latency_info for details.
pa_usec_t sink_usec
 Latency of the sink device, see pa_latency_info for details.
const char * resample_method
 The resampling method used by this sink input.
const char * driver
 Driver name.
int mute
 Stream muted.
pa_proplistproplist
 Property list.


Detailed Description

Stores information about sink inputs.

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


Field Documentation

Index of the sink input.

Name of the sink input.

Index of the module this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any module.

Index of the client this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any client.

Index of the connected sink.

The sample specification of the sink input.

Channel map.

The volume of this sink input.

Latency due to buffering in sink input, see pa_latency_info for details.

Latency of the sink device, see pa_latency_info for details.

The resampling method used by this sink input.

Driver name.

Stream muted.

Since:
0.9.7

Property list.

Since:
0.9.11


The documentation for this struct was generated from the following file:

Generated on Mon Jun 14 16:31:37 2010 for PulseAudio by  doxygen 1.5.6