diff --git a/api/@ohos.multimedia.audio.d.ts b/api/@ohos.multimedia.audio.d.ts index f17b2261b2fcb68d4726eddd0e495e986dee2a49..48152496f85627641c590688fdae8de1f973d8c9 100644 --- a/api/@ohos.multimedia.audio.d.ts +++ b/api/@ohos.multimedia.audio.d.ts @@ -37,14 +37,14 @@ declare namespace audio { * @sysCap SystemCapability.Multimedia.Audio */ enum AudioVolumeType { - /** - * the media stream - */ - MEDIA = 1, /** * the ringtone stream */ RINGTONE = 2, + /** + * the media stream + */ + MEDIA = 3, } /** @@ -94,23 +94,23 @@ declare namespace audio { /** * speaker */ - SPEAKER = 1, + SPEAKER = 2, /** * wired headset */ - WIRED_HEADSET = 2, + WIRED_HEADSET = 3, /** * bluetooth sco */ - BLUETOOTH_SCO = 3, + BLUETOOTH_SCO = 7, /** * bluetooth a2dp */ - BLUETOOTH_A2DP = 4, + BLUETOOTH_A2DP = 8, /** * mic */ - MIC = 5, + MIC = 15, } /** * the audiomanager of the audio