Searched defs:pa_sink (Results 1 – 3 of 3) sorted by relevance
59 struct pa_sink { struct65 pa_sink_state_t state; argument72 pa_sink_flags_t flags; argument91 pa_sink_input *input_to_master; /* non-NULL only for filter sinks */ argument93 pa_volume_t base_volume; /* shall be constant */94 unsigned n_volume_steps; /* shall be constant */97 …rence_volume; /* The volume exported and taken as reference base for relative sink input volumes */98 pa_cvolume real_volume; /* The volume that the hardware is configured to */99 …ft_volume; /* The internal software volume we apply to all PCM data while it passes through */101 bool muted:1;[all …]
29 typedef struct pa_sink pa_sink; typedef
104 pa_sink *pa_sink; member