Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsink.h59 struct pa_sink { struct
65 pa_sink_state_t state; argument
72 pa_sink_flags_t flags; argument
91 pa_sink_input *input_to_master; /* non-NULL only for filter sinks */ argument
93 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 …]
Dtypedefs.h29 typedef struct pa_sink pa_sink; typedef
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c104 pa_sink *pa_sink; member