Andy
Andy

Reputation: 376

Vista/Win7 Delphi Audio device information

is there a way to get all Audio device names with delphi(D2009) on Vista or Win 7, I managed to get the number of devices, and to get the device PropertyStore using IMMDevice, but I wasnt able to go forward :|

Thanks a lot !

Upvotes: 4

Views: 1422

Answers (1)

Mark Heath
Mark Heath

Reputation: 49482

ask the PropertyStore for the PKEY_DeviceInterface_FriendlyName (look at Windows SDK to get the value)

Upvotes: 5

Related Questions