Lines Matching refs:mute
43 * set the mute operation, volume, and gain.
50 * @brief Sets the mute operation for the audio.
53 * @param mute Specifies whether to mute the audio. Value <b>true</b> means to mute the audio,
58 int32_t (*SetMute)(AudioHandle handle, bool mute);
61 * @brief Obtains the mute operation set for the audio.
64 * @param mute Indicates the pointer to the mute operation set for the audio. Value <b>true</b> means that
66 * @return Returns <b>0</b> if the mute operation is obtained; returns a negative value otherwise.
69 int32_t (*GetMute)(AudioHandle handle, bool *mute);
101 * <li>Float numbers ranging from 0.0 to 1.0, where <b>0.0</b> means to mute the audio,