Home
last modified time | relevance | path

Searched defs:pa_sink_input (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsink-input.h63 struct pa_sink_input { struct
69 pa_sink_input_state_t state; argument
70 pa_sink_input_flags_t flags; argument
72 char *driver; /* may be NULL */
73 pa_proplist *proplist;
98 pa_sink_input *sync_prev, *sync_next; argument
108 * pa_sink_input_add/remove_volume_factor() have to be used to add and argument
111 pa_cvolume volume_factor;
112 pa_hashmap *volume_factor_items;
113 … apply to all PCM data while it passes through. Usually calculated as real_ratio * volume_factor */
[all …]
Dtypedefs.h31 typedef struct pa_sink_input pa_sink_input; typedef