Home | History | Annotate | Download | only in pulse

Lines Matching defs:mute

164  * It is also possible to mute a sink or source:
218 int mute; /**< Mute switch of the sink \since 0.8 */
247 int mute; /**< Mute switch of the sink \since 0.8 */
334 int mute; /**< Stream muted \since 0.9.7 */
376 /** Set the mute switch of a sink device specified by its index \since 0.8 */
377 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);
379 /** Set the mute switch of a sink device specified by its name \since 0.8 */
380 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);
385 /** Set the mute switch of a sink input stream \since 0.9.7 */
386 pa_operation* pa_context_set_sink_input_mute(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata);
394 /** Set the mute switch of a source device specified by its index \since 0.8 */
395 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);
397 /** Set the mute switch of a source device specified by its name \since 0.8 */
398 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);