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