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