PKEY_Device_DeviceDesc top-level property
The PKEY_Device_DeviceDesc property contains the device description of the endpoint device (for example, "Speakers").
To learn more, see learn.microsoft.com/windows/win32/CoreAudio/pkey-device-devicedesc.
Implementation
final PROPERTYKEY PKEY_Device_DeviceDesc = Struct.create()
..fmtid = .fromComponents(
0xa45c254e,
0xdf1c,
0x4efd,
.fromList(const [0x80, 0x20, 0x67, 0xd1, 0x46, 0xa8, 0x50, 0xe0]),
)
..pid = 2;