Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a feature for MacOS' IOKit/audio/IOAudioTypes.h (#92)
* Add a feature for MacOS' IOKit/audio/IOAudioTypes.h When querying an AudioStream for its terminal type (kAudioStreamPropertyTerminalType) it will often return a value defined in IOAudioTypes.h (the ranges [INPUT_UNDEFINED, INPUT_MODEM_AUDIO] and [OUTPUT_UNDEFINED, OUTPUT_LOW_FREQUENCY_EFFECTS_SPEAKER]). This commit adds a feature io_kit_audio that will generate rust bindings for IOAudioTypes.h, so these enum values can be used in rust directly. * Bump the version for io_kit_audio
- Loading branch information