Lines Matching refs:mute
154 * It is also possible to mute a sink or source:
275 int mute; /**< Mute switch of the sink */
312 /** Set the mute switch of a sink device specified by its index */
313 pa_operation* pa_context_set_sink_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata);
315 /** Set the mute switch of a sink device specified by its name */
316 pa_operation* pa_context_set_sink_mute_by_name(pa_context *c, const char *name, int mute, pa_context_success_cb_t cb, void *userdata);
380 int mute; /**< Mute switch of the sink */
417 /** Set the mute switch of a source device specified by its index */
418 pa_operation* pa_context_set_source_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata);
420 /** Set the mute switch of a source device specified by its name */
421 pa_operation* pa_context_set_source_mute_by_name(pa_context *c, const char *name, int mute, pa_context_success_cb_t cb, void *userdata);
659 int mute; /**< Stream muted \since 0.9.7 */
685 /** Set the mute switch of a sink input stream \since 0.9.7 */
686 pa_operation* pa_context_set_sink_input_mute(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata);
713 int mute; /**< Stream muted \since 1.0 */
737 /** Set the mute switch of a source output stream \since 1.0 */
738 pa_operation* pa_context_set_source_output_mute(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata);