Compartir a través de


AudioGraphSettings.PrimaryRenderDevice Propiedad

Definición

Obtiene o establece un objeto que representa el dispositivo de representación principal del gráfico de 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

Valor de propiedad

Objeto que representa el dispositivo de representación principal del gráfico de audio.

Requisitos de Windows

Características de aplicaciones
backgroundMediaRecording

Comentarios

Si PrimaryRenderDevice es null, se usará el dispositivo de reproducción predeterminado.

Se aplica a