AudioGraphSettings.PrimaryRenderDevice Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un oggetto che rappresenta il dispositivo di rendering primario per il grafico audio.
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
Valore della proprietà
Oggetto che rappresenta il dispositivo di rendering primario per il grafico audio.
Requisiti Windows
Funzionalità dell'app |
backgroundMediaRecording
|
Commenti
Se PrimaryRenderDevice è Null, verrà usato il dispositivo di riproduzione predefinito.