From ab577062ceae216ba5a7a1698fe605988da39ee1 Mon Sep 17 00:00:00 2001 From: Gloria Date: Tue, 28 Mar 2023 10:41:13 +0800 Subject: [PATCH] Deleted 10+ apis Signed-off-by: wusongqing --- en/application-dev/reference/apis/js-apis-audio.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-audio.md b/en/application-dev/reference/apis/js-apis-audio.md index b3f5def410..fdaa1f97d9 100644 --- a/en/application-dev/reference/apis/js-apis-audio.md +++ b/en/application-dev/reference/apis/js-apis-audio.md @@ -349,10 +349,7 @@ Enumerates the audio stream types. | VOICE_CALL8+ | 0 | Audio stream for voice calls.| | RINGTONE | 2 | Audio stream for ringtones. | | MEDIA | 3 | Audio stream for media purpose. | -| ALARM10+ | 4 | Audio stream for alarming. | -| ACCESSIBILITY10+ | 5 | Audio stream for accessibility. | | VOICE_ASSISTANT8+ | 9 | Audio stream for voice assistant.| -| ULTRASONIC10+ | 10 | Audio stream for ultrasonic.
This is a system API.| | ALL9+ | 100 | All public audio streams.
This is a system API.| ## InterruptRequestResultType9+ @@ -534,7 +531,7 @@ Enumerates the audio content types. | CONTENT_TYPE_MOVIE | 3 | Movie. | | CONTENT_TYPE_SONIFICATION | 4 | Notification tone. | | CONTENT_TYPE_RINGTONE8+ | 5 | Ringtone. | -| CONTENT_TYPE_ULTRASONIC10+| 9 | Ultrasonic.
This is a system API.| + ## StreamUsage Enumerates the audio stream usage. @@ -547,10 +544,7 @@ Enumerates the audio stream usage. | STREAM_USAGE_MEDIA | 1 | Used for media. | | STREAM_USAGE_VOICE_COMMUNICATION | 2 | Used for voice communication.| | STREAM_USAGE_VOICE_ASSISTANT9+ | 3 | Used for voice assistant.| -| STREAM_USAGE_ALARM10+ | 4 | Used for alarming. | | STREAM_USAGE_NOTIFICATION_RINGTONE | 6 | Used for notification.| -| STREAM_USAGE_ACCESSIBILITY10+ | 8 | Used for accessibility. | -| STREAM_USAGE_SYSTEM10+ | 9 | System tone (such as screen lock or keypad tone).
This is a system API.| ## InterruptRequestType9+ @@ -4591,7 +4585,6 @@ for (let i = 0;i < len; i++) { }) }) } - ``` ### write8+ -- GitLab