AudioGraphSettings.PrimaryRenderDevice 属性

定义

获取或设置一个 对象,该对象表示音频图的主呈现设备。

public:
 property DeviceInformation ^ PrimaryRenderDevice { DeviceInformation ^ get(); void set(DeviceInformation ^ value); };
DeviceInformation PrimaryRenderDevice();

void PrimaryRenderDevice(DeviceInformation value);
public DeviceInformation PrimaryRenderDevice { get; set; }
var deviceInformation = audioGraphSettings.primaryRenderDevice;
audioGraphSettings.primaryRenderDevice = deviceInformation;
Public Property PrimaryRenderDevice As DeviceInformation

属性值

一个 对象,表示音频图的主呈现设备。

Windows 要求

应用功能
backgroundMediaRecording

注解

如果 PrimaryRenderDevice 为 null,将使用默认播放设备。

适用于