Condividi tramite


AudioGraph.PrimaryRenderDevice Proprietà

Definizione

Ottiene il dispositivo di rendering primario per il grafico audio.

public:
 property DeviceInformation ^ PrimaryRenderDevice { DeviceInformation ^ get(); };
DeviceInformation PrimaryRenderDevice();
public DeviceInformation PrimaryRenderDevice { get; }
var deviceInformation = audioGraph.primaryRenderDevice;
Public ReadOnly Property PrimaryRenderDevice As DeviceInformation

Valore della proprietà

Dispositivo di rendering primario per il grafico audio.

Requisiti Windows

Funzionalità dell'app
backgroundMediaRecording

Commenti

Specificare il dispositivo di rendering primario per un grafico audio impostando la proprietà AudioGraphSettings.PrimaryRenderDevice prima di creare il grafico audio con una chiamata a CreateAsync.

Si applica a