Searched defs:pa_sink_input (Results 1 – 2 of 2) sorted by relevance
63 struct pa_sink_input { struct69 pa_sink_input_state_t state; argument70 pa_sink_input_flags_t flags; argument72 char *driver; /* may be NULL */73 pa_proplist *proplist;98 pa_sink_input *sync_prev, *sync_next; argument108 * pa_sink_input_add/remove_volume_factor() have to be used to add and argument111 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 …]
31 typedef struct pa_sink_input pa_sink_input; typedef