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