We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta495077 commit799cf06Copy full SHA for 799cf06
src/coreaudiokit.cs
@@ -174,6 +174,8 @@ interface CABTMidiLocalPeripheralViewController {
174
}
175
176
[iOS(8,0)]
177
+[Deprecated(PlatformName.iOS,13,0,message:"Use 'AudioUnit' instead.")]
178
+[Unavailable(PlatformName.UIKitForMac)][Advice("This API is not available when using UIKit on macOS.")]
179
[BaseType(typeof(UIView))]
180
interfaceCAInterAppAudioSwitcherView{
181
[Export("initWithFrame:")]
@@ -190,6 +192,8 @@ interface CAInterAppAudioSwitcherView {
190
192
191
193
194
195
196
197
198
interfaceCAInterAppAudioTransportView{
199
tests/xtro-sharpie/iOS-CoreAudioKit.todo