次の方法で共有


AudioRoutingEndpoint 列挙型

定義

明示的に設定できるオーディオ エンドポイントを一覧表示します。

public enum class AudioRoutingEndpoint
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class AudioRoutingEndpoint
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum AudioRoutingEndpoint
var value = Windows.Phone.Media.Devices.AudioRoutingEndpoint.default
Public Enum AudioRoutingEndpoint
継承
AudioRoutingEndpoint
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneContract (v1.0 で導入)
アプリの機能
ID_CAP_VOIP [Windows Phone]

フィールド

Bluetooth 3

Bluetooth デバイス。

BluetoothPreferred 7

Bluetooth デバイスが推奨されます。

BluetoothWithNoiseAndEchoCancellation 6

ノイズとエコー キャンセルを備えた Bluetooth デバイス。

Default 0

既定のオーディオ エンドポイント。 既定のエンドポイントは、使用可能な場合は有線ヘッドセットです。それ以外の場合は、ハンドセット。

Earpiece 1

イヤーピース。

Speakerphone 2

スピーカーフォン。

WiredHeadset 4

有線ヘッドセット。

WiredHeadsetSpeakerOnly 5

出力専用の有線ヘッドセット。入力は既定のマイクから受信されます。

注釈

この一覧のオプションは、 AvailableAudioRoutingEndpoints 列挙と同じではないことに注意してください。 有線ヘッドセットなどの一部のオーディオ エンドポイントは、ソフトウェアで設定できません。

Windows.Phone.Media.Devices 名前空間の API には、ID_CAP_VOIPまたはID_CAP_VOICEMAIL機能が必要です。

適用対象