Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize struct values to 0 based on docs
The docs for AudioComponentDescription say that componentFlags and componentFlagsMask must be set to 0 unless specific values are requested. Different platforms (32 vs 64 bit) initialize data to different starting values. Ensure the AudioComponentDescription is initialized to prevent unwanted side effects.
- Loading branch information