次の方法で共有


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 の場合、既定の再生デバイスが使用されます。

適用対象