Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CoreAudioTypes] Updates for Xcode13 Beta2 #12068

Merged
merged 1 commit into from Jul 7, 2021

Conversation

tj-devel709
Copy link
Contributor

No description provided.

@tj-devel709 tj-devel709 added the note-highlight Worth calling out specifically in release notes label Jul 1, 2021
@tj-devel709 tj-devel709 added this to the xcode13.0 milestone Jul 1, 2021
@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [PR Build] Tests passed on Build. ✅

Tests passed on Build.

API diff

✅ API Diff from stable

View API diff

API & Generator diff

ℹ️ API Diff (from PR only) (please review changes)
Generator Diff (no change)

GitHub pages

Results can be found in the following github pages (it might take some time to publish):

🎉 All 86 tests passed 🎉

Pipeline on Agent XAMBOT-1100.BigSur'
Merge 1f2547d into 20dc67f

@@ -470,6 +470,8 @@ public enum AudioChannelLabel : int { // UInt32 AudioChannelLabel
HoaAcn14 = (2 << 16) | 14,
HoaAcn15 = (2 << 16) | 15,
HoaAcn65024 = (2 << 16) | 65024,
HoaSn3d = HoaAcn0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it HoaAcn0 and not kAudioChannelLabel_HOA_ACN_0 ?
I also can't find these on the web docs, hmm

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah the full name is kAudioChannelLabel_HOA_ACN_0 but the enum elements that were already here were shortened to things like HoaAcn0 I guess just for easier usability!

@tj-devel709 tj-devel709 merged commit 9746c61 into xamarin:main Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
note-highlight Worth calling out specifically in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants