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 プロパティを設定して、オーディオ グラフのプライマリ レンダリング デバイスを指定します。

適用対象