AccessoryManager.PhoneCallAudioEndpoint 属性

定义

获取或设置呼叫的终点,包括默认值、扬声器和免提。

public:
 static property PhoneCallAudioEndpoint PhoneCallAudioEndpoint { PhoneCallAudioEndpoint get(); void set(PhoneCallAudioEndpoint value); };
static PhoneCallAudioEndpoint PhoneCallAudioEndpoint();

static void PhoneCallAudioEndpoint(PhoneCallAudioEndpoint value);
public static PhoneCallAudioEndpoint PhoneCallAudioEndpoint { get; set; }
var phoneCallAudioEndpoint = AccessoryManager.phoneCallAudioEndpoint;
AccessoryManager.phoneCallAudioEndpoint = phoneCallAudioEndpoint;
Public Shared Property PhoneCallAudioEndpoint As PhoneCallAudioEndpoint

属性值

调用的终点。

Windows 要求

应用功能
accessoryManager

注解

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

适用于