From 85a3cd1f3dbf915028f6e5b9e8c4c223b8ff3f81 Mon Sep 17 00:00:00 2001 From: hangliebe Date: Fri, 29 Apr 2022 10:49:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[#I55AYI]=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@ohos.multimedia.audio.d.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/api/@ohos.multimedia.audio.d.ts b/api/@ohos.multimedia.audio.d.ts index d6f0a0353e..c2ac27a181 100644 --- a/api/@ohos.multimedia.audio.d.ts +++ b/api/@ohos.multimedia.audio.d.ts @@ -1218,6 +1218,16 @@ declare namespace audio { * @syscap SystemCapability.Multimedia.Audio.Device */ readonly deviceType: DeviceType; + /** + * the type of netWorkId + * @since 8 + */ + readonly netWorkId: string; + /** + * the type of netWorkId + * @since 8 + */ + readonly portId: string; } /** @@ -1252,6 +1262,12 @@ declare namespace audio { * @syscap SystemCapability.Multimedia.Audio.Volume */ updateUi: boolean; + /** + * device web id + * @since 8 + * @syscap SystemCapability.Multimedia.Audio + */ + netWorkId: string; } /** -- Gitee From 57ba76855210258cd2e2c118d29cacf336c2f011 Mon Sep 17 00:00:00 2001 From: zhanhang Date: Fri, 29 Apr 2022 08:47:01 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20api/@ohos.multimedia.audio.d.ts.?= =?UTF-8?q?=20[#I55AYI]=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@ohos.multimedia.audio.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.multimedia.audio.d.ts b/api/@ohos.multimedia.audio.d.ts index c2ac27a181..97197f18f5 100644 --- a/api/@ohos.multimedia.audio.d.ts +++ b/api/@ohos.multimedia.audio.d.ts @@ -1219,12 +1219,12 @@ declare namespace audio { */ readonly deviceType: DeviceType; /** - * the type of netWorkId + * Distributed device id * @since 8 */ readonly netWorkId: string; /** - * the type of netWorkId + * Audio port name * @since 8 */ readonly portId: string; @@ -1263,7 +1263,7 @@ declare namespace audio { */ updateUi: boolean; /** - * device web id + * Distributed device id * @since 8 * @syscap SystemCapability.Multimedia.Audio */ -- Gitee