Data Fields | |
const char * | name |
Name of the source. | |
uint32_t | index |
Index of the source. | |
const char * | description |
Description of this source. | |
pa_sample_spec | sample_spec |
Sample spec of this source. | |
pa_channel_map | channel_map |
Channel map. | |
uint32_t | owner_module |
Owning module index, or PA_INVALID_INDEX. | |
pa_cvolume | volume |
Volume of the source. | |
int | mute |
Mute switch of the sink. | |
uint32_t | monitor_of_sink |
If this is a monitor source the index of the owning sink, otherwise PA_INVALID_INDEX. | |
const char * | monitor_of_sink_name |
Name of the owning sink, or PA_INVALID_INDEX. | |
pa_usec_t | latency |
Length of filled record buffer of this source. | |
const char * | driver |
Driver name. | |
pa_source_flags_t | flags |
Flags. |
|
Channel map.
|
|
Description of this source.
|
|
Driver name.
|
|
Flags.
|
|
Index of the source.
|
|
Length of filled record buffer of this source.
|
|
If this is a monitor source the index of the owning sink, otherwise PA_INVALID_INDEX.
|
|
Name of the owning sink, or PA_INVALID_INDEX.
|
|
Mute switch of the sink.
|
|
Name of the source.
|
|
Owning module index, or PA_INVALID_INDEX.
|
|
Sample spec of this source.
|
|
Volume of the source.
|