TransportDeviceAudioRoutingStatus 列挙型

定義

基になるトランスポート デバイスのオーディオ ルーティング状態を指定する定数を定義します。

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
継承
TransportDeviceAudioRoutingStatus
属性

Windows の要件

デバイス ファミリ
Windows 10, version 2104 (10.0.20348.0 で導入)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (v6.0 で導入)
アプリの機能
phoneCall

フィールド

CannotRouteToLocalDevice 2

オーディオをローカル デバイスにルーティング できないこと を指定します。 発信通話の代わりに、リモート デバイス (電話) を使用できます。

CanRouteToLocalDevice 1

オーディオをローカル デバイスにルーティング できることを 指定します。

Unknown 0

オーディオ ルーティングの状態が不明であることを指定します。 発信通話の代わりに、リモート デバイス (電話) を使用できます。

適用対象