From 0cdccce7b5bbc91cfff57f7689241189d758e5ae Mon Sep 17 00:00:00 2001 From: jiao Date: Sat, 30 Aug 2025 15:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E5=B7=AE=E5=BC=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiao --- api/@ohos.multimedia.audio.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/@ohos.multimedia.audio.d.ts b/api/@ohos.multimedia.audio.d.ts index bd12578b0d..26053b843e 100644 --- a/api/@ohos.multimedia.audio.d.ts +++ b/api/@ohos.multimedia.audio.d.ts @@ -4838,7 +4838,7 @@ declare namespace audio { * @param { AudioSessionScene } scene - Audio session scene. * @throws { BusinessError } 6800101 - Parameter verification failed. * @throws { BusinessError } 6800103 - Operation not permit at current state. - * @throws { BusinessError } 6800301 - Audio client call audio audio service error, System error. + * @throws { BusinessError } 6800301 - Audio client call audio service error, System error. * @syscap SystemCapability.Multimedia.Audio.Core * @since 20 */ @@ -4852,7 +4852,7 @@ declare namespace audio { * @param { Callback } callback - Callback invoked for the audio session state change event. * @throws { BusinessError } 6800101 - Parameter verification failed. * @throws { BusinessError } 6800102 - Allocate memory failed. - * @throws { BusinessError } 6800301 - Audio client call audio audio service error, System error. + * @throws { BusinessError } 6800301 - Audio client call audio service error, System error. * @syscap SystemCapability.Multimedia.Audio.Core * @since 20 */ @@ -4864,7 +4864,7 @@ declare namespace audio { * Only the audioSessionStateChanged event is supported. * @param { Callback } [callback] - Callback invoked for the audio session state change event. * @throws { BusinessError } 6800101 - Parameter verification failed. - * @throws { BusinessError } 6800301 - Audio client call audio audio service error, System error. + * @throws { BusinessError } 6800301 - Audio client call audio service error, System error. * @syscap SystemCapability.Multimedia.Audio.Core * @since 20 */ @@ -4895,7 +4895,7 @@ declare namespace audio { * @returns { Promise } Promise used to return the result. * @throws { BusinessError } 6800101 - Parameter verification failed. Return by promise. * @throws { BusinessError } 6800102 - Allocate memory failed. Return by promise. - * @throws { BusinessError } 6800301 - Audio client call audio audio service error, System error. + * @throws { BusinessError } 6800301 - Audio client call audio service error, System error. * @syscap SystemCapability.Multimedia.Audio.Device * @since 20 */ @@ -4908,7 +4908,7 @@ declare namespace audio { * @param { Callback } callback - Callback used to listen device change event. * @throws { BusinessError } 6800101 - Parameter verification failed. * @throws { BusinessError } 6800102 - Allocate memory failed. - * @throws { BusinessError } 6800301 - Audio client call audio audio service error, System error. + * @throws { BusinessError } 6800301 - Audio client call audio service error, System error. * @syscap SystemCapability.Multimedia.Audio.Device * @since 20 */ @@ -4919,7 +4919,7 @@ declare namespace audio { * @param { 'currentOutputDeviceChanged' } type - Type of the event to listen for. * @param { Callback } [callback] - Callback used to listen device change event. * @throws { BusinessError } 6800101 - Parameter verification failed. - * @throws { BusinessError } 6800301 - Audio client call audio audio service error, System error. + * @throws { BusinessError } 6800301 - Audio client call audio service error, System error. * @syscap SystemCapability.Multimedia.Audio.Device * @since 20 */ -- Gitee