다음을 통해 공유


AudioGraph.PrimaryRenderDevice 속성

정의

오디오 그래프의 기본 렌더링 디바이스를 가져옵니다.

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

속성 값

오디오 그래프의 기본 렌더링 디바이스입니다.

Windows 요구 사항

앱 기능
backgroundMediaRecording

설명

CreateAsync를 호출하여 오디오 그래프를 만들기 전에 AudioGraphSettings.PrimaryRenderDevice 속성을 설정하여 오디오 그래프의 기본 렌더링 디바이스를 지정합니다.

적용 대상