From 1eaac6c3e12cfa2708cbb7bd34299b796e46e2aa Mon Sep 17 00:00:00 2001 From: Geevarghese V K Date: Mon, 7 Feb 2022 15:51:57 +0530 Subject: [PATCH] removed unsupported channel documentation Signed-off-by: Geevarghese V K --- en/application-dev/reference/apis/js-apis-audio.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-audio.md b/en/application-dev/reference/apis/js-apis-audio.md index de50ce278c4..eb6fbc82775 100644 --- a/en/application-dev/reference/apis/js-apis-audio.md +++ b/en/application-dev/reference/apis/js-apis-audio.md @@ -337,13 +337,6 @@ Enumerates the audio channels. | :----- | :------------ | :--------------- | | CHANNEL_1 | 0x1 << 0 | Channel count 1. | | CHANNEL_2 | 0x1 << 1 | Channel count 2. | -| CHANNEL_3 | 0x1 << 2 | Channel count 3. | -| CHANNEL_4 | 0x1 << 3 | Channel count 4. | -| CHANNEL_5 | 0x1 << 4 | Channel count 5. | -| CHANNEL_6 | 0x1 << 5 | Channel count 6. | -| CHANNEL_7 | 0x1 << 6 | Channel count 7. | -| CHANNEL_8 | 0x1 << 7 | Channel count 8. | - ## AudioSamplingRate8+ Enumerates the audio sampling rates. -- Gitee