Home
last modified time | relevance | path

Searched defs:pa_source (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsource.h60 struct pa_source { struct
66 pa_source_state_t state; argument
73 pa_source_flags_t flags; argument
92 pa_source_output *output_from_master; /* non-NULL only for filter sources */ argument
94 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 …]
Dtypedefs.h32 typedef struct pa_source pa_source; typedef
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c118 pa_source *pa_source; member