Finding the USB VID/PID associated with a CoreAudio device on OSX -
I need to determine which physical USB device (via VID / PID / SerialNumber) is an arbitrary CoreAduio AudioDevice CorodeAudio allows various types of device proprietary such as transport types (USB in my case), a UID (unique in sessions and machines), and some configuration strings.
Both audio parts of IOKit and CoreAudio represent a representation for audio devices but it is not clear how to bridge the gap between the two (looks like I was able to query AudioDevice for IOAudioDevice Should be ...)
I found the following from There is no direct mapping between the two, but most of the time The best way would be to: IOUSBDeviceInterface Code> AudioDeviceID :
Comments
Post a Comment