Home
last modified time | relevance | path

Searched refs:audioVolumeLevel (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp527 int32_t audioVolumeLevel; in SetAudioParameters() local
528 ret = GetAudioParamInt(event.content, VOLUME_LEVEL, audioVolumeLevel); in SetAudioParameters()
533 DHLOGD("volume level = %{public}d.", audioVolumeLevel); in SetAudioParameters()
534 ret = AudioStandard::AudioSystemManager::GetInstance()->SetVolume(volumeType, audioVolumeLevel); in SetAudioParameters()