Home | History | Annotate | Download | only in pulse

Lines Matching defs:volume

33 #include <pulse/volume.h>
147 * modify the volume of the audio. Identical to how sinks and sources can
164 * If an application desires to modify the volume of just a single stream
165 * (commonly one of its own streams), this can be done by setting the volume
168 * There is no support for modifying the volume of source outputs.
215 pa_cvolume volume; /**< Volume of the sink */
224 pa_volume_t base_volume; /**< Some kind of "base" volume that refers to unamplified/unattenuated volume in the context of the output device. \since 0.9.15 */
226 uint32_t n_volume_steps; /**< Number of volume steps for sinks which do not support arbitrary volumes. \since 0.9.15 */
245 /** Set the volume of a sink device specified by its index */
246 pa_operation* pa_context_set_sink_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
248 /** Set the volume of a sink device specified by its name */
249 pa_operation* pa_context_set_sink_volume_by_name(pa_context *c, const char *name, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
292 pa_cvolume volume; /**< Volume of the source */
301 pa_volume_t base_volume; /**< Some kind of "base" volume that refers to unamplified/unattenuated volume in the context of the input device. \since 0.9.15 */
303 uint32_t n_volume_steps; /**< Number of volume steps for sources which do not support arbitrary volumes. \since 0.9.15 */
322 /** Set the volume of a source device specified by its index */
323 pa_operation* pa_context_set_source_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
325 /** Set the volume of a source device specified by its name */
326 pa_operation* pa_context_set_source_volume_by_name(pa_context *c, const char *name, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
496 pa_cvolume volume; /**< The volume of this sink input */
520 /** Set the volume of a sink input stream */
521 pa_operation* pa_context_set_sink_input_volume(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
600 pa_cvolume volume; /**< Default volume of this entry */