AudioGraph.PrimaryRenderDevice 属性

定义

获取音频图的主呈现设备。

public:
 property DeviceInformation ^ PrimaryRenderDevice { DeviceInformation ^ get(); };
DeviceInformation PrimaryRenderDevice();
public DeviceInformation PrimaryRenderDevice { get; }
var deviceInformation = audioGraph.primaryRenderDevice;
Public ReadOnly Property PrimaryRenderDevice As DeviceInformation

属性值

音频图的主呈现设备。

Windows 要求

应用功能
backgroundMediaRecording

注解

在通过调用 CreateAsync 创建音频图之前,通过设置 AudioGraphSettings.PrimaryRenderDevice 属性来指定音频图的主呈现设备。

适用于