add name for network device in api for review

Signed-off-by: magekkkk <lixin113@huawei.com>
This commit is contained in:
magekkkk 2023-04-03 10:38:55 +08:00
parent 4ca98e1020
commit 4ddab21b3a

View File

@ -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;
}
/**