다음을 통해 공유


AudioDeviceOutputNode.Device 속성

정의

오디오 디바이스에 대한 정보를 가져옵니다.

public:
 property DeviceInformation ^ Device { DeviceInformation ^ get(); };
DeviceInformation Device();
public DeviceInformation Device { get; }
var deviceInformation = audioDeviceOutputNode.device;
Public ReadOnly Property Device As DeviceInformation

속성 값

디바이스를 나타내는 DeviceInformation 개체입니다.

적용 대상