Searched defs:pa_source (Results 1 – 3 of 3) sorted by relevance
60 struct pa_source { struct66 pa_source_state_t state; argument73 pa_source_flags_t flags; argument92 pa_source_output *output_from_master; /* non-NULL only for filter sources */ argument94 pa_volume_t base_volume; /* shall be constant */95 unsigned n_volume_steps; /* shall be constant */98 …ce_volume; /* The volume exported and taken as reference base for relative source output volumes */99 pa_cvolume real_volume; /* The volume that the hardware is configured to */100 …ft_volume; /* The internal software volume we apply to all PCM data while it passes through */102 bool muted:1;[all …]
32 typedef struct pa_source pa_source; typedef
118 pa_source *pa_source; member