Lines Matching refs:mute
177 * @brief Sets the mute operation for the audio.
180 * @param mute Specifies whether to mute the audio. Value <b>true</b> means to mute the audio,
185 int32_t (*SetMicMute)(struct AudioAdapter *adapter, bool mute);
188 * @brief Obtains the mute operation set for the audio.
191 * @param mute Indicates the pointer to the mute operation set for the audio. Value <b>true</b> means that
193 * @return Returns <b>0</b> if the mute operation is obtained; returns a negative value otherwise.
196 int32_t (*GetMicMute)(struct AudioAdapter *adapter, bool *mute);