add avvolume to AudioKit

Signed-off-by: cheng <chengcheng14@huawei.com>
This commit is contained in:
cheng 2024-05-31 17:54:46 +08:00
parent ccf1289af2
commit 33925e900c

View File

@ -21,6 +21,6 @@
import audio from '@ohos.multimedia.audio';
import audioHaptic from '@ohos.multimedia.audioHaptic';
import systemSoundManager from '@ohos.multimedia.systemSoundManager';
import { AVVolumePanel, AVVolumePanelParameter } from '@ohos.multimedia.AVVolumePanel';
import { AVVolumePanel, AVVolumePanelParameter } from '@ohos.multimedia.avVolumePanel';
export { audio, audioHaptic, systemSoundManager, AVVolumePanel, AVVolumePanelParameter };