mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
add name for network device in api for review
Signed-off-by: magekkkk <lixin113@huawei.com>
This commit is contained in:
parent
4ca98e1020
commit
4ddab21b3a
6
api/@ohos.multimedia.audio.d.ts
vendored
6
api/@ohos.multimedia.audio.d.ts
vendored
@ -2416,6 +2416,12 @@ declare namespace audio {
|
||||
* @systemapi
|
||||
*/
|
||||
readonly volumeGroupId: number;
|
||||
/**
|
||||
* Name used to display, considering distributed device situation.
|
||||
* @since 10
|
||||
* @syscap SystemCapability.Multimedia.Audio.Device
|
||||
*/
|
||||
readonly displayName: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user