We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65a44b5 + df0ffb0 commit eb7bd30Copy full SHA for eb7bd30
apinotes/AVFoundation.apinotes
@@ -243,6 +243,8 @@ Functions:
243
Enumerators:
244
- Name: AVMovieWritingAddMovieHeaderToDestination
245
SwiftName: addMovieHeaderToDestination
246
+- Name: AVMusicSequenceLoadSMF_ChannelsToTracks
247
+ SwiftName: smfChannelsToTracks
248
Tags:
249
- Name: AVError
250
NSErrorDomain: AVFoundationErrorDomain
apinotes/CMakeLists.txt
@@ -16,6 +16,7 @@ set(SWIFT_API_NOTES_INPUTS
16
Intents
17
LocalAuthentication
18
MediaPlayer
19
+ Metal
20
MultipeerConnectivity
21
NotificationCenter
22
ObjectiveC
apinotes/Metal.apinotes
@@ -0,0 +1,5 @@
1
+---
2
+Name: Metal
3
+Enumerators:
4
+- Name: MTLTextureUsageUnknown
5
+ SwiftName: unknown
0 commit comments