AudioGraph.PrimaryRenderDevice 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取音频图的主呈现设备。
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 属性来指定音频图的主呈现设备。