as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持

IMediaControlEndpointLocatorAsync

IMediaControlEndpointLocatorAsync

一个接口,用于异步定位媒体控制终端节点并与之交互。

属性

addChangeListener()

addChangeListener: (listener) => Promise<ISubscription>

订阅一个侦听器,以监控控制终端节点列表的变化。

参数

listener

IMediaControlEndpointLocatorListener

返回值

Promise<ISubscription>


getMediaControlEndpoints()

getMediaControlEndpoints: () => Promise<IMediaControlClientAsync[]>

调用以获取媒体控制客户端的列表。

返回值

Promise<IMediaControlClientAsync[]>


Last updated: 2025年9月30日