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 オブジェクト。

適用対象