Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Dvolume_ramp.h37 void SetVolumeRampConfig(float targetVolume, float currStreamVolume, int32_t duration);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp51 void VolumeRamp::SetVolumeRampConfig(float targetVolume, float currStreamVolume, int32_t duration) in SetVolumeRampConfig() function in OHOS::AudioStandard::VolumeRamp
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp2098 volumeRamp_.SetVolumeRampConfig(volume, clientVolume_, duration); in SetVolumeWithRamp()