Condividi tramite


AudioGraphSettings.PrimaryRenderDevice Proprietà

Definizione

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.

Si applica a