AudioRoutingManager 类

定义

提供使 IP 语音应用程序能够将音频路由到免提电话以外的终结点的功能。

public ref class AudioRoutingManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AudioRoutingManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AudioRoutingManager
Public NotInheritable Class AudioRoutingManager
继承
Object Platform::Object IInspectable AudioRoutingManager
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Phone.PhoneContract (在 v1.0 中引入)
应用功能
ID_CAP_VOIP [Windows Phone]

注解

Windows.Phone.Media.Devices 命名空间中的 API 需要ID_CAP_AUDIOROUTING功能。

属性

AvailableAudioEndpoints

获取可用音频路由终结点的列表。

方法

GetAudioEndpoint()

获取当前正在使用的音频终结点。

GetDefault()

获取 AudioRoutingManager 类的默认实例。

SetAudioEndpoint(AudioRoutingEndpoint)

请求不同的音频终结点。

事件

AudioEndpointChanged

在当前使用的音频终结点已更改或可用音频终结点集已更改时发生。

适用于