CallControl.FromId(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 CallControl 类,该类表示由传递的 DeviceInformation ID 指定的音频通信设备。
public:
static CallControl ^ FromId(Platform::String ^ deviceId);
static CallControl FromId(winrt::hstring const& deviceId);
public static CallControl FromId(string deviceId);
function fromId(deviceId)
Public Shared Function FromId (deviceId As String) As CallControl
参数
- deviceId
-
String
Platform::String
winrt::hstring
指定音频通信设备的 DeviceInformation ID 。
返回
表示指定的音频通信设备的类。
注解
如果设备不支持此功能,此方法可能会返回 NULL 指针。