pa_source_output_info Struct Reference

Stores information about source outputs. 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 source
 Index of the connected source.
pa_sample_spec sample_spec
 The sample specification of the source output.
pa_channel_map channel_map
 Channel map.
pa_usec_t buffer_usec
 Latency due to buffering in the source output, see pa_latency_info for details.
pa_usec_t source_usec
 Latency of the source device, see pa_latency_info for details.
const char * resample_method
 Thre resampling method used by this source output.
const char * driver
 Driver name.


Detailed Description

Stores information about source outputs.

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 source.

The sample specification of the source output.

Channel map.

Latency due to buffering in the source output, see pa_latency_info for details.

Since:
0.5

Latency of the source device, see pa_latency_info for details.

Since:
0.5

Thre resampling method used by this source output.

Since:
0.7

Driver name.

Since:
0.8


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

Generated on Sat Apr 19 07:04:08 2008 for PulseAudio by  doxygen 1.5.5