PhoneCallAudioDevice Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify a hands-free (HF) phone call audio device.
public enum class PhoneCallAudioDevice
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 393216)]
enum class PhoneCallAudioDevice
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 393216)]
public enum PhoneCallAudioDevice
var value = Windows.ApplicationModel.Calls.PhoneCallAudioDevice.unknown
Public Enum PhoneCallAudioDevice
- Inheritance
-
PhoneCallAudioDevice
- Attributes
Windows requirements
Device family |
Windows 10, version 2104 (introduced in 10.0.20348.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v6.0)
|
App capabilities |
phoneCall
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Specifies that the kind of device is unknown. |
LocalDevice | 1 | Specifies the device where the calling app is running. For example, a personal computer (PC). |
RemoteDevice | 2 | Specifies a device that is connected to the local device via Bluetooth Hands-Free Profile (HFP) transport media. The remote device of interest in this case is a telephony device (phone). |