PKEY_Device_FriendlyName top-level property

PROPERTYKEY PKEY_Device_FriendlyName
final

The PKEY_Device_FriendlyName property contains the friendly name of the endpoint device (for example, "Speakers (XYZ Audio Adapter)").

To learn more, see learn.microsoft.com/windows/win32/CoreAudio/pkey-device-friendlyname.

Implementation

final PROPERTYKEY PKEY_Device_FriendlyName = Struct.create()
  ..fmtid = .fromComponents(
    0xa45c254e,
    0xdf1c,
    0x4efd,
    .fromList(const [0x80, 0x20, 0x67, 0xd1, 0x46, 0xa8, 0x50, 0xe0]),
  )
  ..pid = 14;