PulseAudio
16.0
|
Stores information about sink inputs. More...
Data Fields | |
uint32_t | index |
Index of the sink input. More... | |
const char * | name |
Name of the sink input. More... | |
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. More... | |
uint32_t | client |
Index of the client this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any client. More... | |
uint32_t | sink |
Index of the connected sink. More... | |
pa_sample_spec | sample_spec |
The sample specification of the sink input. More... | |
pa_channel_map | channel_map |
Channel map. More... | |
pa_cvolume | volume |
The volume of this sink input. More... | |
pa_usec_t | buffer_usec |
Latency due to buffering in sink input, see pa_timing_info for details. More... | |
pa_usec_t | sink_usec |
Latency of the sink device, see pa_timing_info for details. More... | |
const char * | resample_method |
The resampling method used by this sink input. More... | |
const char * | driver |
Driver name. More... | |
int | mute |
Stream muted. More... | |
pa_proplist * | proplist |
Property list. More... | |
int | corked |
Stream corked. More... | |
int | has_volume |
Stream has volume. More... | |
int | volume_writable |
The volume can be set. More... | |
pa_format_info * | format |
Stream format information. More... | |
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.
pa_usec_t pa_sink_input_info::buffer_usec |
Latency due to buffering in sink input, see pa_timing_info for details.
pa_channel_map pa_sink_input_info::channel_map |
Channel map.
uint32_t pa_sink_input_info::client |
Index of the client this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any client.
int pa_sink_input_info::corked |
Stream corked.
const char* pa_sink_input_info::driver |
Driver name.
pa_format_info* pa_sink_input_info::format |
Stream format information.
int pa_sink_input_info::has_volume |
Stream has volume.
If not set, then the meaning of this struct's volume member is unspecified.
uint32_t pa_sink_input_info::index |
Index of the sink input.
int pa_sink_input_info::mute |
Stream muted.
const char* pa_sink_input_info::name |
Name of the sink input.
uint32_t pa_sink_input_info::owner_module |
Index of the module this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any module.
pa_proplist* pa_sink_input_info::proplist |
Property list.
const char* pa_sink_input_info::resample_method |
The resampling method used by this sink input.
pa_sample_spec pa_sink_input_info::sample_spec |
The sample specification of the sink input.
uint32_t pa_sink_input_info::sink |
Index of the connected sink.
pa_usec_t pa_sink_input_info::sink_usec |
Latency of the sink device, see pa_timing_info for details.
pa_cvolume pa_sink_input_info::volume |
The volume of this sink input.
int pa_sink_input_info::volume_writable |
The volume can be set.
If not set, the volume can still change even though clients can't control the volume.