-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Add project settings for AVAudioSessionCategory
on iOS
#81196
Add project settings for AVAudioSessionCategory
on iOS
#81196
Conversation
344a5c6
to
91b92b5
Compare
4a137f3
to
29ea533
Compare
Also documentation has to be sorted alphabetically |
29ea533
to
6d3475f
Compare
6d3475f
to
dea50f3
Compare
I changed the setting to int and created an enum for the comparison, let me know if that is proper or if the enum should reside in the Godot context? I did not find an example in the macos/ios code that uses an enum, so I'm not sure how I would access it. |
dea50f3
to
9f678ab
Compare
9f678ab
to
82d322c
Compare
82d322c
to
fcc500e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style looks good
Thanks! |
AVAudioSessionCategory
on iOS
Adds project settings for AVAudioSessionCategory on iOS, related to #50638 (does not fix the error log).
For the setting path I tried to stay consistent with the setting structure in display/window/ios.