Lines Matching refs:volume
199 * @brief Sets the audio volume for voice call.
201 … * The volume ranges from 0.0 to 1.0. If the volume level in an audio service ranges from 0 to 15,
202 …* <b>0.0</b> indicates that the audio is muted, and <b>1.0</b> indicates the maximum volume level …
205 * @param volume Indicates the volume to set. The value ranges from 0.0 to 1.0.
209 SetVoiceVolume([in] float volume);
222 * EVENT_TYPE indicates sub volume event type: SetVolume = 1; SetMute = 4;
223 * VOLUME_GROUP_ID indicates which volume group will be set;
224 * AUDIO_VOLUME_TYPE indicates which volume type will be set;
242 …* EVENT_TYPE indicates sub volume event type: GetVolume = 1; GetMinVolume = 2; GetMaxVolume = 3; I…
243 * VOLUME_GROUP_ID indicates which volume group want get;
244 * AUDIO_VOLUME_TYPE indicates which volume type want get;