IMediaControlEndpointLocatorAsync
IMediaControlEndpointLocatorAsync
一个接口,用于异步定位媒体控制终端节点并与之交互。
属性
getMediaControlEndpoints
getMediaControlEndpoints:
() => Promise<IMediaControlClientAsync[]>
调用以获取媒体控制客户端的列表。
addChangeListener
addChangeListener:
(listener:IMediaControlEndpointLocatorListener) => Promise<ISubscription>
订阅一个侦听器,以监控控制终端节点列表的变化。
Last updated: 2026年7月22日

