TransportDeviceAudioRoutingStatus 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 the audio routing status of an underlying transport device.
public enum class TransportDeviceAudioRoutingStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 393216)]
enum class TransportDeviceAudioRoutingStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 393216)]
public enum TransportDeviceAudioRoutingStatus
var value = Windows.ApplicationModel.Calls.TransportDeviceAudioRoutingStatus.unknown
Public Enum TransportDeviceAudioRoutingStatus
- Inheritance
-
TransportDeviceAudioRoutingStatus
- 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 audio routing status is unknown. You can use the remote device (Phone) instead for the outgoing call being placed. |
CanRouteToLocalDevice | 1 | Specifies that the audio can be routed to the local device. |
CannotRouteToLocalDevice | 2 | Specifies that the audio can't be routed to the local device. You can use the remote device (Phone) instead for the outgoing call being placed. |