-
-
Save vs-mobiletools-engineering-service2/f8365e13c079f7e759e5c633cdcd277d to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVAUPresetEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAUPresetEvent.g.cs | |
new file mode 100644 | |
index 0000000..b5d238b | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAUPresetEvent.g.cs | |
@@ -0,0 +1,219 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVAUPresetEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVAUPresetEvent : AVMusicEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVAUPresetEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVAUPresetEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVAUPresetEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVAUPresetEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithScope:element:dictionary:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVAUPresetEvent (uint scope, uint element, NSDictionary presetDictionary) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var presetDictionary__handle__ = presetDictionary!.GetNonNullHandle (nameof (presetDictionary)); | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UInt32_UInt32_NativeHandle (this.Handle, Selector.GetHandle ("initWithScope:element:dictionary:"), scope, element, presetDictionary__handle__), "initWithScope:element:dictionary:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_UInt32_UInt32_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithScope:element:dictionary:"), scope, element, presetDictionary__handle__), "initWithScope:element:dictionary:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Element { | |
+ [Export ("element")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("element")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("element")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setElement:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setElement:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setElement:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSDictionary PresetDictionary { | |
+ [Export ("presetDictionary", ArgumentSemantic.Copy)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSDictionary? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<NSDictionary> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("presetDictionary")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<NSDictionary> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("presetDictionary")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Scope { | |
+ [Export ("scope")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("scope")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("scope")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setScope:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setScope:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setScope:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVAUPresetEvent */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAsset.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAsset.g.cs | |
index ce5d7ba..f3c6cec 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAsset.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAsset.g.cs | |
@@ -158,6 +158,22 @@ namespace AVFoundation { | |
return Runtime.GetNSObject<AVAsset> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("assetWithURL:"), url__handle__))!; | |
} | |
[Export ("chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -178,6 +194,22 @@ namespace AVFoundation { | |
return ret!; | |
} | |
[Export ("chapterMetadataGroupsBestMatchingPreferredLanguages:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -207,6 +239,22 @@ namespace AVFoundation { | |
return MediaSelectionGroupForMediaCharacteristic (avMediaCharacteristic.GetConstant ()!); | |
} | |
[Export ("metadataForFormat:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -221,6 +269,22 @@ namespace AVFoundation { | |
return CFArray.ArrayFromHandle<AVMetadataItem>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("metadataForFormat:"), format__handle__))!; | |
} | |
} | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -607,6 +671,22 @@ namespace AVFoundation { | |
return tcs.Task; | |
} | |
[Export ("mediaSelectionGroupForMediaCharacteristic:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -649,6 +729,22 @@ namespace AVFoundation { | |
return ret!; | |
} | |
[Export ("trackWithTrackID:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -663,6 +759,22 @@ namespace AVFoundation { | |
} | |
} | |
[Export ("tracksWithMediaCharacteristic:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -683,6 +795,22 @@ namespace AVFoundation { | |
return ret!; | |
} | |
[Export ("tracksWithMediaType:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -1402,12 +1530,44 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
public virtual int UnusedTrackId { | |
[Export ("unusedTrackID")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAssetExportSession.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetExportSession.g.cs | |
index 82e3ced..f84221c 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAssetExportSession.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetExportSession.g.cs | |
@@ -461,6 +461,47 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVAssetTrackGroupOutputHandling AudioTrackGroupHandling { | |
+ [Export ("audioTrackGroupHandling", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVAssetTrackGroupOutputHandling ret; | |
+ if (IsDirectBinding) { | |
+ ret = (AVAssetTrackGroupOutputHandling) (ulong) global::ObjCRuntime.Messaging.UIntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("audioTrackGroupHandling")); | |
+ } else { | |
+ ret = (AVAssetTrackGroupOutputHandling) (ulong) global::ObjCRuntime.Messaging.UIntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("audioTrackGroupHandling")); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setAudioTrackGroupHandling:", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UIntPtr (this.Handle, Selector.GetHandle ("setAudioTrackGroupHandling:"), (UIntPtr) (ulong) value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UIntPtr (this.SuperHandle, Selector.GetHandle ("setAudioTrackGroupHandling:"), (UIntPtr) (ulong) value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAssetImageGenerator.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetImageGenerator.g.cs | |
index 4b6111b..ee261be 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAssetImageGenerator.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetImageGenerator.g.cs | |
@@ -103,6 +103,22 @@ namespace AVFoundation { | |
} | |
[Export ("copyCGImageAtTime:actualTime:error:")] | |
[return: ReleaseAttribute ()] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -133,6 +149,48 @@ namespace AVFoundation { | |
var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
return Runtime.GetNSObject<AVAssetImageGenerator> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("assetImageGeneratorWithAsset:"), asset__handle__))!; | |
} | |
+ [Export ("generateCGImageAsynchronouslyForTime:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void GenerateCGImage (global::CoreMedia.CMTime requestedTime, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V0))]global::System.Action<CGImage, global::CoreMedia.CMTime, NSError> handler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (handler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
+ BlockLiteral *block_ptr_handler; | |
+ BlockLiteral block_handler; | |
+ block_handler = new BlockLiteral (); | |
+ block_ptr_handler = &block_handler; | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity3V0.Handler, handler); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CMTime_NativeHandle (this.Handle, Selector.GetHandle ("generateCGImageAsynchronouslyForTime:completionHandler:"), requestedTime, (IntPtr) block_ptr_handler); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CMTime_NativeHandle (this.SuperHandle, Selector.GetHandle ("generateCGImageAsynchronouslyForTime:completionHandler:"), requestedTime, (IntPtr) block_ptr_handler); | |
+ } | |
+ block_ptr_handler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual Task<GenerateCGImageAsyncResult> GenerateCGImageAsync (global::CoreMedia.CMTime requestedTime) | |
+ { | |
+ var tcs = new TaskCompletionSource<GenerateCGImageAsyncResult> (); | |
+ GenerateCGImage(requestedTime, (arg1_, arg2_, arg3_) => { | |
+ if (arg3_ != null) | |
+ tcs.SetException (new NSErrorException(arg3_)); | |
+ else | |
+ tcs.SetResult (new GenerateCGImageAsyncResult (arg1_!, arg2_!)); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
[Export ("generateCGImagesAsynchronouslyForTimes:completionHandler:")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
@@ -523,4 +581,17 @@ namespace AVFoundation { | |
} | |
} | |
} /* class AVAssetImageGenerator */ | |
+ // | |
+ // Async result classes | |
+ // | |
+ public partial class GenerateCGImageAsyncResult { | |
+ public CGImage Arg1 { get; set; } | |
+ public global::CoreMedia.CMTime Arg2 { get; set; } | |
+ partial void Initialize (); | |
+ public GenerateCGImageAsyncResult (CGImage arg1, global::CoreMedia.CMTime arg2) { | |
+ this.Arg1 = arg1; | |
+ this.Arg2 = arg2; | |
+ Initialize (); | |
+ } | |
+ } | |
} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVAssetPlaybackAssistant.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetPlaybackAssistant.g.cs | |
new file mode 100644 | |
index 0000000..eaa8dc5 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetPlaybackAssistant.g.cs | |
@@ -0,0 +1,134 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVAssetPlaybackAssistant", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVAssetPlaybackAssistant : NSObject { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVAssetPlaybackAssistant"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVAssetPlaybackAssistant (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVAssetPlaybackAssistant (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("assetPlaybackAssistantWithAsset:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVAssetPlaybackAssistant Create (AVAsset asset) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
+ return Runtime.GetNSObject<AVAssetPlaybackAssistant> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("assetPlaybackAssistantWithAsset:"), asset__handle__))!; | |
+ #endif | |
+ } | |
+ [Export ("loadPlaybackConfigurationOptionsWithCompletionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void LoadPlaybackConfigurationOptions ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V6))]global::System.Action<NSArray<NSString>> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V6.Handler, completionHandler); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadPlaybackConfigurationOptionsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("loadPlaybackConfigurationOptionsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
+ } | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual Task<NSArray<NSString>> LoadPlaybackConfigurationOptionsAsync () | |
+ { | |
+ var tcs = new TaskCompletionSource<NSArray<NSString>> (); | |
+ LoadPlaybackConfigurationOptions((obj_) => { | |
+ tcs.SetResult (obj_!); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
+ } /* class AVAssetPlaybackAssistant */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVAssetPlaybackConfigurationOption.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetPlaybackConfigurationOption.g.cs | |
new file mode 100644 | |
index 0000000..fe94e47 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetPlaybackConfigurationOption.g.cs | |
@@ -0,0 +1,113 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public enum AVAssetPlaybackConfigurationOption : int { | |
+ StereoVideo = 0, | |
+ StereoMultiviewVideo = 1, | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static public partial class AVAssetPlaybackConfigurationOptionExtensions { | |
+ static IntPtr[] values = new IntPtr [2]; | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [Field ("AVAssetPlaybackConfigurationOptionStereoVideo", "AVFoundation")] | |
+ internal unsafe static IntPtr AVAssetPlaybackConfigurationOptionStereoVideo { | |
+ get { | |
+ fixed (IntPtr *storage = &values [0]) | |
+ return Dlfcn.CachePointer (Libraries.AVFoundation.Handle, "AVAssetPlaybackConfigurationOptionStereoVideo", storage); | |
+ } | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [Field ("AVAssetPlaybackConfigurationOptionStereoMultiviewVideo", "AVFoundation")] | |
+ internal unsafe static IntPtr AVAssetPlaybackConfigurationOptionStereoMultiviewVideo { | |
+ get { | |
+ fixed (IntPtr *storage = &values [1]) | |
+ return Dlfcn.CachePointer (Libraries.AVFoundation.Handle, "AVAssetPlaybackConfigurationOptionStereoMultiviewVideo", storage); | |
+ } | |
+ } | |
+ public static NSString? GetConstant (this AVAssetPlaybackConfigurationOption self) | |
+ { | |
+ IntPtr ptr = IntPtr.Zero; | |
+ switch ((int) self) { | |
+ case 0: // AVAssetPlaybackConfigurationOption.StereoVideo | |
+ ptr = AVAssetPlaybackConfigurationOptionStereoVideo; | |
+ break; | |
+ case 1: // AVAssetPlaybackConfigurationOption.StereoMultiviewVideo | |
+ ptr = AVAssetPlaybackConfigurationOptionStereoMultiviewVideo; | |
+ break; | |
+ } | |
+ return (NSString?) Runtime.GetNSObject (ptr); | |
+ } | |
+ public static AVAssetPlaybackConfigurationOption GetValue (NSString constant) | |
+ { | |
+ if (constant is null) | |
+ throw new ArgumentNullException (nameof (constant)); | |
+ if (constant.IsEqualTo (AVAssetPlaybackConfigurationOptionStereoVideo)) | |
+ return AVAssetPlaybackConfigurationOption.StereoVideo; | |
+ if (constant.IsEqualTo (AVAssetPlaybackConfigurationOptionStereoMultiviewVideo)) | |
+ return AVAssetPlaybackConfigurationOption.StereoMultiviewVideo; | |
+ throw new NotSupportedException ($"{constant} has no associated enum value on this platform."); | |
+ } | |
+ } | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAssetResourceLoadingContentInformationRequest.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetResourceLoadingContentInformationRequest.g.cs | |
index 7aee23a..921299d 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAssetResourceLoadingContentInformationRequest.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetResourceLoadingContentInformationRequest.g.cs | |
@@ -189,6 +189,45 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual bool IsEntireLengthAvailableOnDemand { | |
+ [Export ("isEntireLengthAvailableOnDemand")] | |
+ [SupportedOSPlatform ("ios7.0")] | |
+ [SupportedOSPlatform ("macos10.9")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isEntireLengthAvailableOnDemand")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isEntireLengthAvailableOnDemand")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setEntireLengthAvailableOnDemand:")] | |
+ [SupportedOSPlatform ("ios7.0")] | |
+ [SupportedOSPlatform ("macos10.9")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setEntireLengthAvailableOnDemand:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setEntireLengthAvailableOnDemand:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAssetTrack.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetTrack.g.cs | |
index 77bcac6..aa51da3 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAssetTrack.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetTrack.g.cs | |
@@ -91,6 +91,22 @@ namespace AVFoundation { | |
return ret!; | |
} | |
[Export ("associatedTracksOfType:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios7.0")] | |
[SupportedOSPlatform ("macos10.9")] | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
@@ -301,7 +317,77 @@ namespace AVFoundation { | |
}); | |
return tcs.Task; | |
} | |
+ [Export ("makeSampleCursorWithPresentationTimeStamp:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual AVSampleCursor? MakeSampleCursor (global::CoreMedia.CMTime presentationTimeStamp) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_CMTime (this.Handle, Selector.GetHandle ("makeSampleCursorWithPresentationTimeStamp:"), presentationTimeStamp))!; | |
+ } else { | |
+ return Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_CMTime (this.SuperHandle, Selector.GetHandle ("makeSampleCursorWithPresentationTimeStamp:"), presentationTimeStamp))!; | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("makeSampleCursorAtFirstSampleInDecodeOrder")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual AVSampleCursor? MakeSampleCursorAtFirstSampleInDecodeOrder () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("makeSampleCursorAtFirstSampleInDecodeOrder")))!; | |
+ } else { | |
+ return Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("makeSampleCursorAtFirstSampleInDecodeOrder")))!; | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("makeSampleCursorAtLastSampleInDecodeOrder")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual AVSampleCursor? MakeSampleCursorAtLastSampleInDecodeOrder () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("makeSampleCursorAtLastSampleInDecodeOrder")))!; | |
+ } else { | |
+ return Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("makeSampleCursorAtLastSampleInDecodeOrder")))!; | |
+ } | |
+ #endif | |
+ } | |
[Export ("metadataForFormat:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -322,6 +408,22 @@ namespace AVFoundation { | |
return ret!; | |
} | |
[Export ("samplePresentationTimeForTrackTime:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -354,6 +456,22 @@ namespace AVFoundation { | |
return ret!; | |
} | |
[Export ("segmentForTrackTime:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -433,6 +551,29 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst15.0")] | |
+ public virtual bool CanProvideSampleCursors { | |
+ [Export ("canProvideSampleCursors")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst15.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("canProvideSampleCursors")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("canProvideSampleCursors")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVAssetTrackGroupOutputHandling.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetTrackGroupOutputHandling.g.cs | |
new file mode 100644 | |
index 0000000..9a245a3 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAssetTrackGroupOutputHandling.g.cs | |
@@ -0,0 +1,63 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [Flags] | |
+ [Native] | |
+ public enum AVAssetTrackGroupOutputHandling : ulong { | |
+ None = 0, | |
+ PreserveAlternateTracks = 1, | |
+ DefaultPolicy = 0, | |
+ } | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioEngine.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioEngine.g.cs | |
index a360fdc..e694097 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioEngine.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioEngine.g.cs | |
@@ -152,9 +152,25 @@ namespace AVFoundation { | |
nsa_destNodes.Dispose (); | |
} | |
[Export ("connectMIDI:to:format:block:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
[SupportedOSPlatform ("tvos12.0")] | |
[SupportedOSPlatform ("macos10.14")] | |
[SupportedOSPlatform ("ios12.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("maccatalyst12.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual void ConnectMidi (AVAudioNode sourceNode, AVAudioNode destinationNode, AVAudioFormat? format, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAUMidiOutputEventBlock))]global::AudioUnit.AUMidiOutputEventBlock? tapHandler) | |
@@ -184,9 +200,25 @@ namespace AVFoundation { | |
#endif | |
} | |
[Export ("connectMIDI:toNodes:format:block:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
[SupportedOSPlatform ("tvos12.0")] | |
[SupportedOSPlatform ("macos10.14")] | |
[SupportedOSPlatform ("ios12.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("maccatalyst12.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual void ConnectMidi (AVAudioNode sourceNode, AVAudioNode[] destinationNodes, AVAudioFormat? format, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAUMidiOutputEventBlock))]global::AudioUnit.AUMidiOutputEventBlock? tapHandler) | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioPcmBuffer.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioPcmBuffer.g.cs | |
index dfda422..9b3871a 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioPcmBuffer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioPcmBuffer.g.cs | |
@@ -94,7 +94,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[DesignatedInitializer] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe AVAudioPcmBuffer (AVAudioFormat format, global::AudioToolbox.AudioBuffers bufferList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V6))]global::System.Action<global::AudioToolbox.AudioBuffers>? deallocator) | |
+ public unsafe AVAudioPcmBuffer (AVAudioFormat format, global::AudioToolbox.AudioBuffers bufferList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V7))]global::System.Action<global::AudioToolbox.AudioBuffers>? deallocator) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -109,7 +109,7 @@ namespace AVFoundation { | |
} else { | |
block_deallocator = new BlockLiteral (); | |
block_ptr_deallocator = &block_deallocator; | |
- block_deallocator.SetupBlockUnsafe (Trampolines.SDActionArity1V6.Handler, deallocator); | |
+ block_deallocator.SetupBlockUnsafe (Trampolines.SDActionArity1V7.Handler, deallocator); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithPCMFormat:bufferListNoCopy:deallocator:"), format__handle__, bufferList.Handle, (IntPtr) block_ptr_deallocator), "initWithPCMFormat:bufferListNoCopy:deallocator:"); | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioPlayerNode.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioPlayerNode.g.cs | |
index 8a61f27..55b691f 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioPlayerNode.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioPlayerNode.g.cs | |
@@ -273,7 +273,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ScheduleBuffer (AVAudioPcmBuffer buffer, AVAudioPlayerNodeCompletionCallbackType callbackType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V7))]global::System.Action<AVAudioPlayerNodeCompletionCallbackType>? completionHandler) | |
+ public unsafe virtual void ScheduleBuffer (AVAudioPcmBuffer buffer, AVAudioPlayerNodeCompletionCallbackType callbackType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<AVAudioPlayerNodeCompletionCallbackType>? completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -286,7 +286,7 @@ namespace AVFoundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V7.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("scheduleBuffer:completionCallbackType:completionHandler:"), buffer__handle__, (IntPtr) (long) callbackType, (IntPtr) block_ptr_completionHandler); | |
@@ -316,7 +316,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ScheduleBuffer (AVAudioPcmBuffer buffer, AVAudioTime? when, AVAudioPlayerNodeBufferOptions options, AVAudioPlayerNodeCompletionCallbackType callbackType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V7))]global::System.Action<AVAudioPlayerNodeCompletionCallbackType>? completionHandler) | |
+ public unsafe virtual void ScheduleBuffer (AVAudioPcmBuffer buffer, AVAudioTime? when, AVAudioPlayerNodeBufferOptions options, AVAudioPlayerNodeCompletionCallbackType callbackType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<AVAudioPlayerNodeCompletionCallbackType>? completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -330,7 +330,7 @@ namespace AVFoundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V7.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_UIntPtr_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("scheduleBuffer:atTime:options:completionCallbackType:completionHandler:"), buffer__handle__, when__handle__, (UIntPtr) (ulong) options, (IntPtr) (long) callbackType, (IntPtr) block_ptr_completionHandler); | |
@@ -400,7 +400,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ScheduleFile (AVAudioFile file, AVAudioTime? when, AVAudioPlayerNodeCompletionCallbackType callbackType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V7))]global::System.Action<AVAudioPlayerNodeCompletionCallbackType>? completionHandler) | |
+ public unsafe virtual void ScheduleFile (AVAudioFile file, AVAudioTime? when, AVAudioPlayerNodeCompletionCallbackType callbackType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<AVAudioPlayerNodeCompletionCallbackType>? completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -414,7 +414,7 @@ namespace AVFoundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V7.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("scheduleFile:atTime:completionCallbackType:completionHandler:"), file__handle__, when__handle__, (IntPtr) (long) callbackType, (IntPtr) block_ptr_completionHandler); | |
@@ -484,7 +484,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ScheduleSegment (AVAudioFile file, long startFrame, uint numberFrames, AVAudioTime? when, AVAudioPlayerNodeCompletionCallbackType callbackType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V7))]global::System.Action<AVAudioPlayerNodeCompletionCallbackType>? completionHandler) | |
+ public unsafe virtual void ScheduleSegment (AVAudioFile file, long startFrame, uint numberFrames, AVAudioTime? when, AVAudioPlayerNodeCompletionCallbackType callbackType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<AVAudioPlayerNodeCompletionCallbackType>? completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -498,7 +498,7 @@ namespace AVFoundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V7.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_Int64_UInt32_NativeHandle_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("scheduleSegment:startingFrame:frameCount:atTime:completionCallbackType:completionHandler:"), file__handle__, startFrame, numberFrames, when__handle__, (IntPtr) (long) callbackType, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioSequencer.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioSequencer.g.cs | |
index 9436aeb..f2b0c50 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioSequencer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioSequencer.g.cs | |
@@ -98,6 +98,24 @@ namespace AVFoundation { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithAudioEngine:"), engine__handle__), "initWithAudioEngine:"); | |
} | |
} | |
+ [Export ("createAndAppendTrack")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual AVMusicTrack CreateAndAppendTrack () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return Runtime.GetNSObject<AVMusicTrack> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("createAndAppendTrack")))!; | |
+ } else { | |
+ return Runtime.GetNSObject<AVMusicTrack> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("createAndAppendTrack")))!; | |
+ } | |
+ #endif | |
+ } | |
[Export ("beatsForSeconds:")] | |
[SupportedOSPlatform ("ios9.0")] | |
[SupportedOSPlatform ("macos10.11")] | |
@@ -232,6 +250,72 @@ namespace AVFoundation { | |
global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("prepareToPlay")); | |
} | |
} | |
+ [Export ("removeTrack:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual bool RemoveTrack (AVMusicTrack track) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var track__handle__ = track!.GetNonNullHandle (nameof (track)); | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("removeTrack:"), track__handle__); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("removeTrack:"), track__handle__); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("reverseEvents")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void ReverseEvents () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (this.Handle, Selector.GetHandle ("reverseEvents")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("reverseEvents")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setUserCallback:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void SetUserCallback ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAVAudioSequencerUserCallback))]AVAudioSequencerUserCallback? userCallback) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ BlockLiteral *block_ptr_userCallback; | |
+ BlockLiteral block_userCallback; | |
+ if (userCallback is null){ | |
+ block_ptr_userCallback = null; | |
+ } else { | |
+ block_userCallback = new BlockLiteral (); | |
+ block_ptr_userCallback = &block_userCallback; | |
+ block_userCallback.SetupBlockUnsafe (Trampolines.SDAVAudioSequencerUserCallback.Handler, userCallback); | |
+ } | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setUserCallback:"), (IntPtr) block_ptr_userCallback); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setUserCallback:"), (IntPtr) block_ptr_userCallback); | |
+ } | |
+ if (block_ptr_userCallback != null) | |
+ block_ptr_userCallback->CleanupBlock (); | |
+ #endif | |
+ } | |
[Export ("startAndReturnError:")] | |
[SupportedOSPlatform ("ios9.0")] | |
[SupportedOSPlatform ("macos10.11")] | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVAudioSequencerInfoDictionaryKeys.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioSequencerInfoDictionaryKeys.g.cs | |
new file mode 100644 | |
index 0000000..df6f8e0 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioSequencerInfoDictionaryKeys.g.cs | |
@@ -0,0 +1,454 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe static partial class AVAudioSequencerInfoDictionaryKeys { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _AlbumKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyAlbum", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString AlbumKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_AlbumKey is null) | |
+ _AlbumKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyAlbum")!; | |
+ return _AlbumKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _ApproximateDurationInSecondsKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyApproximateDurationInSeconds", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString ApproximateDurationInSecondsKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_ApproximateDurationInSecondsKey is null) | |
+ _ApproximateDurationInSecondsKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyApproximateDurationInSeconds")!; | |
+ return _ApproximateDurationInSecondsKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _ArtistKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyArtist", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString ArtistKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_ArtistKey is null) | |
+ _ArtistKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyArtist")!; | |
+ return _ArtistKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _ChannelLayoutKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyChannelLayout", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString ChannelLayoutKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_ChannelLayoutKey is null) | |
+ _ChannelLayoutKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyChannelLayout")!; | |
+ return _ChannelLayoutKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _CommentsKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyComments", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString CommentsKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_CommentsKey is null) | |
+ _CommentsKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyComments")!; | |
+ return _CommentsKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _ComposerKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyComposer", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString ComposerKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_ComposerKey is null) | |
+ _ComposerKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyComposer")!; | |
+ return _ComposerKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _CopyrightKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyCopyright", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString CopyrightKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_CopyrightKey is null) | |
+ _CopyrightKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyCopyright")!; | |
+ return _CopyrightKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _EncodingApplicationKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyEncodingApplication", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString EncodingApplicationKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_EncodingApplicationKey is null) | |
+ _EncodingApplicationKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyEncodingApplication")!; | |
+ return _EncodingApplicationKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _GenreKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyGenre", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString GenreKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_GenreKey is null) | |
+ _GenreKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyGenre")!; | |
+ return _GenreKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _IsrcKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyISRC", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString IsrcKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_IsrcKey is null) | |
+ _IsrcKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyISRC")!; | |
+ return _IsrcKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _KeySignatureKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyKeySignature", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString KeySignatureKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_KeySignatureKey is null) | |
+ _KeySignatureKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyKeySignature")!; | |
+ return _KeySignatureKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _LyricistKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyLyricist", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString LyricistKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_LyricistKey is null) | |
+ _LyricistKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyLyricist")!; | |
+ return _LyricistKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _NominalBitRateKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyNominalBitRate", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString NominalBitRateKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_NominalBitRateKey is null) | |
+ _NominalBitRateKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyNominalBitRate")!; | |
+ return _NominalBitRateKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _RecordedDateKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyRecordedDate", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString RecordedDateKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_RecordedDateKey is null) | |
+ _RecordedDateKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyRecordedDate")!; | |
+ return _RecordedDateKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _SourceBitDepthKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeySourceBitDepth", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString SourceBitDepthKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_SourceBitDepthKey is null) | |
+ _SourceBitDepthKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeySourceBitDepth")!; | |
+ return _SourceBitDepthKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _SourceEncoderKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeySourceEncoder", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString SourceEncoderKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_SourceEncoderKey is null) | |
+ _SourceEncoderKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeySourceEncoder")!; | |
+ return _SourceEncoderKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _SubTitleKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeySubTitle", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString SubTitleKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_SubTitleKey is null) | |
+ _SubTitleKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeySubTitle")!; | |
+ return _SubTitleKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _TempoKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyTempo", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString TempoKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_TempoKey is null) | |
+ _TempoKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyTempo")!; | |
+ return _TempoKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _TimeSignatureKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyTimeSignature", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString TimeSignatureKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_TimeSignatureKey is null) | |
+ _TimeSignatureKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyTimeSignature")!; | |
+ return _TimeSignatureKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _TitleKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyTitle", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString TitleKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_TitleKey is null) | |
+ _TitleKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyTitle")!; | |
+ return _TitleKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _TrackNumberKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyTrackNumber", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString TrackNumberKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_TrackNumberKey is null) | |
+ _TrackNumberKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyTrackNumber")!; | |
+ return _TrackNumberKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _YearKey; | |
+ [Field ("AVAudioSequencerInfoDictionaryKeyYear", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString YearKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_YearKey is null) | |
+ _YearKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVAudioSequencerInfoDictionaryKeyYear")!; | |
+ return _YearKey; | |
+ } | |
+ } | |
+ } /* class AVAudioSequencerInfoDictionaryKeys */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioSessionRouteSharingPolicy.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioSessionRouteSharingPolicy.g.cs | |
index be80bf0..8696cc8 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioSessionRouteSharingPolicy.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioSessionRouteSharingPolicy.g.cs | |
@@ -56,6 +56,14 @@ namespace AVFoundation { | |
[Native] | |
public enum AVAudioSessionRouteSharingPolicy : ulong { | |
Default = 0, | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("tvos11.0")] | |
+ [SupportedOSPlatform ("macos10.13")] | |
+ [SupportedOSPlatform ("ios11.0")] | |
+ [SupportedOSPlatform ("maccatalyst11.0")] | |
LongForm = 1, | |
Independent = 2, | |
[SupportedOSPlatform ("ios14.0")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioUnitComponent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioUnitComponent.g.cs | |
index 327e965..b493b5d 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVAudioUnitComponent.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVAudioUnitComponent.g.cs | |
@@ -196,6 +196,31 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos10.11")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual global::UIKit.UIImage? Icon { | |
+ [Export ("icon")] | |
+ [SupportedOSPlatform ("ios9.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::UIKit.UIImage? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("icon")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("icon")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios9.0")] | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("tvos")] | |
@@ -253,6 +278,29 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ public virtual bool PassesAUVal { | |
+ [Export ("passesAUVal")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("ios9.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("passesAUVal")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("passesAUVal")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios9.0")] | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("tvos")] | |
@@ -329,6 +377,31 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ public virtual NSDictionary WeakConfigurationDictionary { | |
+ [Export ("configurationDictionary")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("ios9.0")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSDictionary? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<NSDictionary> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("configurationDictionary")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<NSDictionary> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("configurationDictionary")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
static NSString? _TagsDidChangeNotification; | |
[Field ("AVAudioUnitComponentTagsDidChangeNotification", "AVFoundation")] | |
[SupportedOSPlatform ("ios9.0")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureDevice.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureDevice.g.cs | |
index 1fcb225..33f5455 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureDevice.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureDevice.g.cs | |
@@ -448,7 +448,7 @@ namespace AVFoundation { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LockExposure (global::CoreMedia.CMTime duration, float ISO, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<global::CoreMedia.CMTime>? completionHandler) | |
+ public unsafe virtual void LockExposure (global::CoreMedia.CMTime duration, float ISO, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V9))]global::System.Action<global::CoreMedia.CMTime>? completionHandler) | |
{ | |
BlockLiteral *block_ptr_completionHandler; | |
BlockLiteral block_completionHandler; | |
@@ -457,7 +457,7 @@ namespace AVFoundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V9.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_CMTime_float_NativeHandle (this.Handle, Selector.GetHandle ("setExposureModeCustomWithDuration:ISO:completionHandler:"), duration, ISO, (IntPtr) block_ptr_completionHandler); | |
@@ -572,7 +572,7 @@ namespace AVFoundation { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetExposureTargetBias (float bias, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<global::CoreMedia.CMTime>? completionHandler) | |
+ public unsafe virtual void SetExposureTargetBias (float bias, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V9))]global::System.Action<global::CoreMedia.CMTime>? completionHandler) | |
{ | |
BlockLiteral *block_ptr_completionHandler; | |
BlockLiteral block_completionHandler; | |
@@ -581,7 +581,7 @@ namespace AVFoundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V9.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_float_NativeHandle (this.Handle, Selector.GetHandle ("setExposureTargetBias:completionHandler:"), bias, (IntPtr) block_ptr_completionHandler); | |
@@ -610,7 +610,7 @@ namespace AVFoundation { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetFocusModeLocked (float lensPosition, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<global::CoreMedia.CMTime>? completionHandler) | |
+ public unsafe virtual void SetFocusModeLocked (float lensPosition, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V9))]global::System.Action<global::CoreMedia.CMTime>? completionHandler) | |
{ | |
BlockLiteral *block_ptr_completionHandler; | |
BlockLiteral block_completionHandler; | |
@@ -619,7 +619,7 @@ namespace AVFoundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V9.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_float_NativeHandle (this.Handle, Selector.GetHandle ("setFocusModeLockedWithLensPosition:completionHandler:"), lensPosition, (IntPtr) block_ptr_completionHandler); | |
@@ -684,7 +684,7 @@ namespace AVFoundation { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetWhiteBalanceModeLockedWithDeviceWhiteBalanceGains (AVCaptureWhiteBalanceGains whiteBalanceGains, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<global::CoreMedia.CMTime>? completionHandler) | |
+ public unsafe virtual void SetWhiteBalanceModeLockedWithDeviceWhiteBalanceGains (AVCaptureWhiteBalanceGains whiteBalanceGains, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V9))]global::System.Action<global::CoreMedia.CMTime>? completionHandler) | |
{ | |
BlockLiteral *block_ptr_completionHandler; | |
BlockLiteral block_completionHandler; | |
@@ -693,7 +693,7 @@ namespace AVFoundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V9.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_AVCaptureWhiteBalanceGains_NativeHandle (this.Handle, Selector.GetHandle ("setWhiteBalanceModeLockedWithDeviceWhiteBalanceGains:completionHandler:"), whiteBalanceGains, (IntPtr) block_ptr_completionHandler); | |
@@ -1536,6 +1536,31 @@ namespace AVFoundation { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual AVCaptureDevice? CompanionDeskViewCamera { | |
+ [Export ("companionDeskViewCamera")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVCaptureDevice? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<AVCaptureDevice> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("companionDeskViewCamera")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<AVCaptureDevice> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("companionDeskViewCamera")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos")] | |
@@ -2443,6 +2468,85 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual bool IsContinuityCamera { | |
+ [Export ("isContinuityCamera")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isContinuityCamera")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isContinuityCamera")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ public virtual bool IsStudioLightActive { | |
+ [Export ("isStudioLightActive")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isStudioLightActive")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isStudioLightActive")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ public static bool IsStudioLightEnabled { | |
+ [Export ("isStudioLightEnabled")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (class_ptr, Selector.GetHandle ("isStudioLightEnabled")); | |
+ #endif | |
+ } | |
+ [Export ("setStudioLightEnabled:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (class_ptr, Selector.GetHandle ("setStudioLightEnabled:"), value); | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios8.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("tvos")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureDeviceFormat.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureDeviceFormat.g.cs | |
index c66641a..ea410fa 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureDeviceFormat.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureDeviceFormat.g.cs | |
@@ -217,6 +217,14 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0 Use 'SupportedMaxPhotoDimensions' property instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0 Use 'SupportedMaxPhotoDimensions' property instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios8.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("tvos")] | |
@@ -224,6 +232,14 @@ namespace AVFoundation { | |
public virtual global::CoreMedia.CMVideoDimensions HighResolutionStillImageDimensions { | |
[Export ("highResolutionStillImageDimensions")] | |
[UnsupportedOSPlatform ("tvos")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0 Use 'SupportedMaxPhotoDimensions' property instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0 Use 'SupportedMaxPhotoDimensions' property instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios7.0")] | |
@@ -277,6 +293,30 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ public virtual bool IsStudioLightSupported { | |
+ [Export ("isStudioLightSupported")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("ios7.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isStudioLightSupported")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isStudioLightSupported")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios8.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("tvos")] | |
@@ -479,6 +519,31 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual NSNumber[] SecondaryNativeResolutionZoomFactors { | |
+ [Export ("secondaryNativeResolutionZoomFactors")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("ios7.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSNumber[]? ret; | |
+ if (IsDirectBinding) { | |
+ ret = CFArray.ArrayFromHandle<NSNumber>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("secondaryNativeResolutionZoomFactors")))!; | |
+ } else { | |
+ ret = CFArray.ArrayFromHandle<NSNumber>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("secondaryNativeResolutionZoomFactors")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("macos10.15")] | |
[UnsupportedOSPlatform ("tvos")] | |
@@ -536,6 +601,56 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual NSValue[] SupportedMaxPhotoDimensions { | |
+ [Export ("supportedMaxPhotoDimensions")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("ios7.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSValue[]? ret; | |
+ if (IsDirectBinding) { | |
+ ret = CFArray.ArrayFromHandle<NSValue>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("supportedMaxPhotoDimensions")))!; | |
+ } else { | |
+ ret = CFArray.ArrayFromHandle<NSValue>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("supportedMaxPhotoDimensions")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual NSNumber[] SupportedVideoZoomFactorsForDepthDataDelivery { | |
+ [Export ("supportedVideoZoomFactorsForDepthDataDelivery")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("ios7.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSNumber[]? ret; | |
+ if (IsDirectBinding) { | |
+ ret = CFArray.ArrayFromHandle<NSNumber>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("supportedVideoZoomFactorsForDepthDataDelivery")))!; | |
+ } else { | |
+ ret = CFArray.ArrayFromHandle<NSNumber>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("supportedVideoZoomFactorsForDepthDataDelivery")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios11.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("tvos")] | |
@@ -647,6 +762,32 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ public virtual AVFrameRateRange? VideoFrameRateRangeForStudioLight { | |
+ [Export ("videoFrameRateRangeForStudioLight")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("ios7.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVFrameRateRange? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<AVFrameRateRange> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("videoFrameRateRangeForStudioLight")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<AVFrameRateRange> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("videoFrameRateRangeForStudioLight")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
@@ -689,6 +830,14 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios11.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("tvos")] | |
@@ -696,6 +845,14 @@ namespace AVFoundation { | |
public virtual nfloat VideoMaxZoomFactorForDepthDataDelivery { | |
[Export ("videoMaxZoomFactorForDepthDataDelivery")] | |
[UnsupportedOSPlatform ("tvos")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios7.0")] | |
@@ -735,6 +892,14 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios11.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("tvos")] | |
@@ -742,6 +907,14 @@ namespace AVFoundation { | |
public virtual nfloat VideoMinZoomFactorForDepthDataDelivery { | |
[Export ("videoMinZoomFactorForDepthDataDelivery")] | |
[UnsupportedOSPlatform ("tvos")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios7.0")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureDeviceType.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureDeviceType.g.cs | |
index 6dbafa8..37dfe86 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureDeviceType.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureDeviceType.g.cs | |
@@ -109,6 +109,11 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("maccatalyst15.4")] | |
[SupportedOSPlatform ("ios15.4")] | |
BuiltInLiDarDepthCamera = 10, | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("maccatalyst")] | |
+ [UnsupportedOSPlatform ("ios")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ DeskViewCamera = 11, | |
} | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureMetadataOutput.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureMetadataOutput.g.cs | |
index f46f725..2fef35f 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureMetadataOutput.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureMetadataOutput.g.cs | |
@@ -52,7 +52,7 @@ namespace AVFoundation { | |
[Register("AVCaptureMetadataOutput", true)] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
public unsafe partial class AVCaptureMetadataOutput : AVCaptureOutput { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -84,8 +84,8 @@ namespace AVFoundation { | |
[Export ("setMetadataObjectsDelegate:queue:")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual void SetDelegate (IAVCaptureMetadataOutputObjectsDelegate? objectsDelegate, global::CoreFoundation.DispatchQueue? objectsCallbackQueue) | |
@@ -104,14 +104,14 @@ namespace AVFoundation { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
public virtual global::CoreFoundation.DispatchQueue? CallbackQueue { | |
[Export ("metadataObjectsCallbackQueue")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
get { | |
if (IsDirectBinding) { | |
@@ -123,14 +123,14 @@ namespace AVFoundation { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
public virtual IAVCaptureMetadataOutputObjectsDelegate? Delegate { | |
[Export ("metadataObjectsDelegate")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
get { | |
IAVCaptureMetadataOutputObjectsDelegate ret; | |
@@ -145,13 +145,13 @@ namespace AVFoundation { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios7.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
public virtual CGRect RectOfInterest { | |
[Export ("rectOfInterest", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios7.0")] | |
get { | |
CGRect ret; | |
@@ -180,8 +180,8 @@ namespace AVFoundation { | |
} | |
[Export ("setRectOfInterest:", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios7.0")] | |
set { | |
if (IsDirectBinding) { | |
@@ -193,14 +193,14 @@ namespace AVFoundation { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
public virtual NSString[] WeakAvailableMetadataObjectTypes { | |
[Export ("availableMetadataObjectTypes")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
get { | |
NSString[]? ret; | |
@@ -214,14 +214,14 @@ namespace AVFoundation { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
public virtual NSString[]? WeakMetadataObjectTypes { | |
[Export ("metadataObjectTypes", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
get { | |
NSString[]? ret; | |
@@ -234,8 +234,8 @@ namespace AVFoundation { | |
} | |
[Export ("setMetadataObjectTypes:", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
set { | |
var nsa_value = value is null ? null : NSArray.FromNSObjects (value); | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureMetadataOutputObjectsDelegate.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureMetadataOutputObjectsDelegate.g.cs | |
index fad6bb0..18403d9 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureMetadataOutputObjectsDelegate.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureMetadataOutputObjectsDelegate.g.cs | |
@@ -50,7 +50,7 @@ using NativeHandle = System.IntPtr; | |
#endif | |
namespace AVFoundation { | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[Protocol (Name = "AVCaptureMetadataOutputObjectsDelegate", WrapperType = typeof (AVCaptureMetadataOutputObjectsDelegateWrapper))] | |
@@ -60,7 +60,7 @@ namespace AVFoundation { | |
} | |
public static partial class AVCaptureMetadataOutputObjectsDelegate_Extensions { | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -88,7 +88,7 @@ namespace AVFoundation { | |
[Register("Microsoft_iOS__AVFoundation_AVCaptureMetadataOutputObjectsDelegate", false)] | |
[Model] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("maccatalyst")] | |
public unsafe partial class AVCaptureMetadataOutputObjectsDelegate : NSObject, IAVCaptureMetadataOutputObjectsDelegate { | |
@@ -117,7 +117,7 @@ namespace AVFoundation { | |
[Export ("captureOutput:didOutputMetadataObjects:fromConnection:")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoOutput.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoOutput.g.cs | |
index b64aed1..aa7399a 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoOutput.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoOutput.g.cs | |
@@ -892,6 +892,14 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0 Use 'MaxPhotoDimensions' instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0 Use 'MaxPhotoDimensions' instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
@@ -899,6 +907,14 @@ namespace AVFoundation { | |
public virtual bool IsHighResolutionCaptureEnabled { | |
[Export ("isHighResolutionCaptureEnabled")] | |
[UnsupportedOSPlatform ("tvos")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0 Use 'MaxPhotoDimensions' instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0 Use 'MaxPhotoDimensions' instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios10.0")] | |
@@ -911,6 +927,14 @@ namespace AVFoundation { | |
} | |
[Export ("setHighResolutionCaptureEnabled:")] | |
[UnsupportedOSPlatform ("tvos")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0 Use 'MaxPhotoDimensions' instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0 Use 'MaxPhotoDimensions' instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios10.0")] | |
@@ -1144,14 +1168,71 @@ namespace AVFoundation { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual global::CoreMedia.CMVideoDimensions MaxPhotoDimensions { | |
+ [Export ("maxPhotoDimensions", ArgumentSemantic.UnsafeUnretained)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
+ [SupportedOSPlatform ("ios10.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMVideoDimensions ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend (this.Handle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend (this.Handle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend (this.Handle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setMaxPhotoDimensions:", ArgumentSemantic.UnsafeUnretained)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
+ [SupportedOSPlatform ("ios10.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CMVideoDimensions (this.Handle, Selector.GetHandle ("setMaxPhotoDimensions:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CMVideoDimensions (this.SuperHandle, Selector.GetHandle ("setMaxPhotoDimensions:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
public virtual AVCapturePhotoQualityPrioritization MaxPhotoQualityPrioritization { | |
[Export ("maxPhotoQualityPrioritization", ArgumentSemantic.UnsafeUnretained)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("ios10.0")] | |
get { | |
#if ARCH_32 | |
@@ -1168,8 +1249,8 @@ namespace AVFoundation { | |
} | |
[Export ("setMaxPhotoQualityPrioritization:", ArgumentSemantic.UnsafeUnretained)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("ios10.0")] | |
set { | |
#if ARCH_32 | |
@@ -1301,7 +1382,46 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- [UnsupportedOSPlatform ("macos")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual bool PreservesLivePhotoCaptureSuspendedOnSessionStop { | |
+ [Export ("preservesLivePhotoCaptureSuspendedOnSessionStop")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
+ [SupportedOSPlatform ("ios10.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("preservesLivePhotoCaptureSuspendedOnSessionStop")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("preservesLivePhotoCaptureSuspendedOnSessionStop")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setPreservesLivePhotoCaptureSuspendedOnSessionStop:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
+ [SupportedOSPlatform ("ios10.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setPreservesLivePhotoCaptureSuspendedOnSessionStop:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setPreservesLivePhotoCaptureSuspendedOnSessionStop:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios10.0")] | |
@@ -1309,8 +1429,8 @@ namespace AVFoundation { | |
public virtual global::AVFoundation.AVCaptureFlashMode[] SupportedFlashModes { | |
[Export ("supportedFlashModes")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("ios10.0")] | |
get { | |
global::AVFoundation.AVCaptureFlashMode[] ret; | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoQualityPrioritization.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoQualityPrioritization.g.cs | |
index c6dcb79..5fad82b 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoQualityPrioritization.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoQualityPrioritization.g.cs | |
@@ -51,8 +51,8 @@ using NativeHandle = System.IntPtr; | |
namespace AVFoundation { | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("ios13.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[Native] | |
public enum AVCapturePhotoQualityPrioritization : long { | |
Speed = 1, | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoSettings.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoSettings.g.cs | |
index c3812c9..141f871 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoSettings.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCapturePhotoSettings.g.cs | |
@@ -898,6 +898,18 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0 Use MaxPhotoDimensions instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0 Use MaxPhotoDimensions instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0 Use MaxPhotoDimensions instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("macos10.15")] | |
@@ -905,6 +917,18 @@ namespace AVFoundation { | |
public virtual bool IsHighResolutionPhotoEnabled { | |
[Export ("isHighResolutionPhotoEnabled")] | |
[UnsupportedOSPlatform ("tvos")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0 Use MaxPhotoDimensions instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0 Use MaxPhotoDimensions instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0 Use MaxPhotoDimensions instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("ios10.0")] | |
@@ -917,6 +941,18 @@ namespace AVFoundation { | |
} | |
[Export ("setHighResolutionPhotoEnabled:")] | |
[UnsupportedOSPlatform ("tvos")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0 Use MaxPhotoDimensions instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0 Use MaxPhotoDimensions instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0 Use MaxPhotoDimensions instead.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("ios10.0")] | |
@@ -1042,6 +1078,63 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual global::CoreMedia.CMVideoDimensions MaxPhotoDimensions { | |
+ [Export ("maxPhotoDimensions", ArgumentSemantic.UnsafeUnretained)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
+ [SupportedOSPlatform ("ios10.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMVideoDimensions ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend (this.Handle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend (this.Handle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend (this.Handle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("maxPhotoDimensions")); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setMaxPhotoDimensions:", ArgumentSemantic.UnsafeUnretained)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
+ [SupportedOSPlatform ("ios10.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CMVideoDimensions (this.Handle, Selector.GetHandle ("setMaxPhotoDimensions:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CMVideoDimensions (this.SuperHandle, Selector.GetHandle ("setMaxPhotoDimensions:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios11.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
@@ -1085,14 +1178,14 @@ namespace AVFoundation { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
public virtual AVCapturePhotoQualityPrioritization PhotoQualityPrioritization { | |
[Export ("photoQualityPrioritization", ArgumentSemantic.UnsafeUnretained)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("ios10.0")] | |
get { | |
#if ARCH_32 | |
@@ -1109,8 +1202,8 @@ namespace AVFoundation { | |
} | |
[Export ("setPhotoQualityPrioritization:", ArgumentSemantic.UnsafeUnretained)] | |
[UnsupportedOSPlatform ("tvos")] | |
- [UnsupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("ios10.0")] | |
set { | |
#if ARCH_32 | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureSession.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureSession.g.cs | |
index e81c887..b770d03 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureSession.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureSession.g.cs | |
@@ -407,6 +407,29 @@ namespace AVFoundation { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual float HardwareCost { | |
+ [Export ("hardwareCost")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("maccatalyst14.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSend (this.Handle, Selector.GetHandle ("hardwareCost")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("hardwareCost")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos")] | |
@@ -446,6 +469,68 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("maccatalyst")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual bool IsMultitaskingCameraAccessEnabled { | |
+ [Export ("isMultitaskingCameraAccessEnabled")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("maccatalyst")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isMultitaskingCameraAccessEnabled")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isMultitaskingCameraAccessEnabled")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setMultitaskingCameraAccessEnabled:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("maccatalyst")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setMultitaskingCameraAccessEnabled:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setMultitaskingCameraAccessEnabled:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("maccatalyst")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ public virtual bool IsMultitaskingCameraAccessSupported { | |
+ [Export ("isMultitaskingCameraAccessSupported")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("maccatalyst")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isMultitaskingCameraAccessSupported")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isMultitaskingCameraAccessSupported")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
#if __MACOS__ | |
[Advice ("Starting with macos12.3 Use 'SynchronizationClock' instead.")] | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureStillImageOutput.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureStillImageOutput.g.cs | |
index a858282..d2e22a2 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVCaptureStillImageOutput.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCaptureStillImageOutput.g.cs | |
@@ -175,7 +175,7 @@ namespace AVFoundation { | |
[UnsupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CaptureStillImageBracket (AVCaptureConnection connection, AVCaptureBracketedStillImageSettings[] settings, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V0))]global::System.Action<global::CoreMedia.CMSampleBuffer, AVCaptureBracketedStillImageSettings, NSError> imageHandler) | |
+ public unsafe virtual void CaptureStillImageBracket (AVCaptureConnection connection, AVCaptureBracketedStillImageSettings[] settings, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V1))]global::System.Action<global::CoreMedia.CMSampleBuffer, AVCaptureBracketedStillImageSettings, NSError> imageHandler) | |
{ | |
var connection__handle__ = connection!.GetNonNullHandle (nameof (connection)); | |
if (settings is null) | |
@@ -187,7 +187,7 @@ namespace AVFoundation { | |
BlockLiteral block_imageHandler; | |
block_imageHandler = new BlockLiteral (); | |
block_ptr_imageHandler = &block_imageHandler; | |
- block_imageHandler.SetupBlockUnsafe (Trampolines.SDActionArity3V0.Handler, imageHandler); | |
+ block_imageHandler.SetupBlockUnsafe (Trampolines.SDActionArity3V1.Handler, imageHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("captureStillImageBracketAsynchronouslyFromConnection:withSettingsArray:completionHandler:"), connection__handle__, nsa_settings.Handle, (IntPtr) block_ptr_imageHandler); | |
} else { | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVCompositionTrack_SynchronousTrackInterface.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVCompositionTrack_SynchronousTrackInterface.g.cs | |
new file mode 100644 | |
index 0000000..a9670aa | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVCompositionTrack_SynchronousTrackInterface.g.cs | |
@@ -0,0 +1,158 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe static partial class AVCompositionTrack_SynchronousTrackInterface { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 169 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 169 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVCompositionTrack"); | |
+ #endif | |
+ [Export ("associatedTracksOfType:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVAssetTrack[] GetAssociatedTracks (this AVCompositionTrack This, NSString avAssetTrackTrackAssociationType) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var avAssetTrackTrackAssociationType__handle__ = avAssetTrackTrackAssociationType!.GetNonNullHandle (nameof (avAssetTrackTrackAssociationType)); | |
+ return CFArray.ArrayFromHandle<AVAssetTrack>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("associatedTracksOfType:"), avAssetTrackTrackAssociationType__handle__))!; | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVMetadataItem[] GetMetadata (this AVCompositionTrack This, AVMetadataFormat format) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ return GetMetadataForFormat (This, format.GetConstant ()!); | |
+ #endif | |
+ } | |
+ [Export ("metadataForFormat:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVMetadataItem[] GetMetadataForFormat (this AVCompositionTrack This, string format) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (format is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (format)); | |
+ var nsformat = CFString.CreateNative (format); | |
+ AVMetadataItem[]? ret; | |
+ ret = CFArray.ArrayFromHandle<AVMetadataItem>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("metadataForFormat:"), nsformat))!; | |
+ CFString.ReleaseNative (nsformat); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("samplePresentationTimeForTrackTime:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static global::CoreMedia.CMTime GetSamplePresentationTime (this AVCompositionTrack This, global::CoreMedia.CMTime trackTime) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMTime ret; | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSend_CMTime (This.Handle, Selector.GetHandle ("samplePresentationTimeForTrackTime:"), trackTime); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime (out ret, This.Handle, Selector.GetHandle ("samplePresentationTimeForTrackTime:"), trackTime); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime (out ret, This.Handle, Selector.GetHandle ("samplePresentationTimeForTrackTime:"), trackTime); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime (out ret, This.Handle, Selector.GetHandle ("samplePresentationTimeForTrackTime:"), trackTime); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("hasMediaCharacteristic:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static bool HasMediaCharacteristic (this AVCompositionTrack This, string mediaCharacteristic) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (mediaCharacteristic is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (mediaCharacteristic)); | |
+ var nsmediaCharacteristic = CFString.CreateNative (mediaCharacteristic); | |
+ bool ret; | |
+ ret = global::ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("hasMediaCharacteristic:"), nsmediaCharacteristic); | |
+ CFString.ReleaseNative (nsmediaCharacteristic); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } /* class AVCompositionTrack_SynchronousTrackInterface */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVComposition_SynchronousAssetInterface.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVComposition_SynchronousAssetInterface.g.cs | |
new file mode 100644 | |
index 0000000..725995c | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVComposition_SynchronousAssetInterface.g.cs | |
@@ -0,0 +1,168 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe static partial class AVComposition_SynchronousAssetInterface { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 169 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 169 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVComposition"); | |
+ #endif | |
+ [Export ("chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVTimedMetadataGroup[] GetChapterMetadataGroups (this AVComposition This, NSLocale locale, string[]? commonKeys) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var locale__handle__ = locale!.GetNonNullHandle (nameof (locale)); | |
+ var nsa_commonKeys = commonKeys is null ? null : NSArray.FromStrings (commonKeys); | |
+ AVTimedMetadataGroup[]? ret; | |
+ ret = CFArray.ArrayFromHandle<AVTimedMetadataGroup>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys:"), locale__handle__, nsa_commonKeys.GetHandle ()))!; | |
+ if (nsa_commonKeys != null) | |
+ nsa_commonKeys.Dispose (); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("chapterMetadataGroupsBestMatchingPreferredLanguages:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVTimedMetadataGroup[] GetChapterMetadataGroupsBestMatchingPreferredLanguages (this AVComposition This, string[] preferredLanguages) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (preferredLanguages is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (preferredLanguages)); | |
+ var nsa_preferredLanguages = NSArray.FromStrings (preferredLanguages); | |
+ AVTimedMetadataGroup[]? ret; | |
+ ret = CFArray.ArrayFromHandle<AVTimedMetadataGroup>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("chapterMetadataGroupsBestMatchingPreferredLanguages:"), nsa_preferredLanguages.Handle))!; | |
+ nsa_preferredLanguages.Dispose (); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("mediaSelectionGroupForMediaCharacteristic:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVMediaSelectionGroup? GetMediaSelectionGroup (this AVComposition This, string mediaCharacteristic) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (mediaCharacteristic is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (mediaCharacteristic)); | |
+ var nsmediaCharacteristic = CFString.CreateNative (mediaCharacteristic); | |
+ AVMediaSelectionGroup? ret; | |
+ ret = Runtime.GetNSObject<AVMediaSelectionGroup> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("mediaSelectionGroupForMediaCharacteristic:"), nsmediaCharacteristic))!; | |
+ CFString.ReleaseNative (nsmediaCharacteristic); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVMetadataItem[] GetMetadata (this AVComposition This, AVMetadataFormat format) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ return GetMetadataForFormat (This, format.GetConstant ()!); | |
+ #endif | |
+ } | |
+ [Export ("metadataForFormat:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVMetadataItem[] GetMetadataForFormat (this AVComposition This, NSString format) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var format__handle__ = format!.GetNonNullHandle (nameof (format)); | |
+ return CFArray.ArrayFromHandle<AVMetadataItem>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("metadataForFormat:"), format__handle__))!; | |
+ #endif | |
+ } | |
+ [Export ("unusedTrackID")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static int GetUnusedTrackId (this AVComposition This) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ return global::ObjCRuntime.Messaging.int_objc_msgSend (This.Handle, Selector.GetHandle ("unusedTrackID")); | |
+ #endif | |
+ } | |
+ } /* class AVComposition_SynchronousAssetInterface */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVError.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVError.g.cs | |
index 95ff0bd..89ed00a 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVError.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVError.g.cs | |
@@ -131,5 +131,8 @@ namespace AVFoundation { | |
RosettaNotInstalled = -11877, | |
OperationCancelled = -11878, | |
RequestCancelled = -11879, | |
+ InvalidSampleCursor = -11880, | |
+ FailedToLoadSampleData = -11881, | |
+ AirPlayReceiverTemporarilyUnavailable = -11882, | |
} | |
} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVExtendedNoteOnEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVExtendedNoteOnEvent.g.cs | |
new file mode 100644 | |
index 0000000..7d84aa2 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVExtendedNoteOnEvent.g.cs | |
@@ -0,0 +1,343 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVExtendedNoteOnEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVExtendedNoteOnEvent : AVMusicEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVExtendedNoteOnEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVExtendedNoteOnEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVExtendedNoteOnEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVExtendedNoteOnEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithMIDINote:velocity:groupID:duration:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVExtendedNoteOnEvent (float midiNote, float velocity, uint groupID, double duration) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_float_float_UInt32_Double (this.Handle, Selector.GetHandle ("initWithMIDINote:velocity:groupID:duration:"), midiNote, velocity, groupID, duration), "initWithMIDINote:velocity:groupID:duration:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_float_float_UInt32_Double (this.SuperHandle, Selector.GetHandle ("initWithMIDINote:velocity:groupID:duration:"), midiNote, velocity, groupID, duration), "initWithMIDINote:velocity:groupID:duration:"); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("initWithMIDINote:velocity:instrumentID:groupID:duration:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVExtendedNoteOnEvent (float midiNote, float velocity, uint instrumentID, uint groupID, double duration) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_float_float_UInt32_UInt32_Double (this.Handle, Selector.GetHandle ("initWithMIDINote:velocity:instrumentID:groupID:duration:"), midiNote, velocity, instrumentID, groupID, duration), "initWithMIDINote:velocity:instrumentID:groupID:duration:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_float_float_UInt32_UInt32_Double (this.SuperHandle, Selector.GetHandle ("initWithMIDINote:velocity:instrumentID:groupID:duration:"), midiNote, velocity, instrumentID, groupID, duration), "initWithMIDINote:velocity:instrumentID:groupID:duration:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual double Duration { | |
+ [Export ("duration")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.Double_objc_msgSend (this.Handle, Selector.GetHandle ("duration")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.Double_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("duration")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setDuration:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_Double (this.Handle, Selector.GetHandle ("setDuration:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_Double (this.SuperHandle, Selector.GetHandle ("setDuration:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint GroupId { | |
+ [Export ("groupID")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("groupID")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("groupID")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setGroupID:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setGroupID:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setGroupID:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint InstrumentId { | |
+ [Export ("instrumentID")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("instrumentID")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("instrumentID")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setInstrumentID:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setInstrumentID:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setInstrumentID:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual float MidiNote { | |
+ [Export ("midiNote")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSend (this.Handle, Selector.GetHandle ("midiNote")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("midiNote")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setMidiNote:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_float (this.Handle, Selector.GetHandle ("setMidiNote:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_float (this.SuperHandle, Selector.GetHandle ("setMidiNote:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual float Velocity { | |
+ [Export ("velocity")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSend (this.Handle, Selector.GetHandle ("velocity")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("velocity")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setVelocity:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_float (this.Handle, Selector.GetHandle ("setVelocity:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_float (this.SuperHandle, Selector.GetHandle ("setVelocity:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [Field ("AVExtendedNoteOnEventDefaultInstrument", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static uint DefaultInstrument { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ return Dlfcn.GetUInt32 (Libraries.AVFoundation.Handle, "AVExtendedNoteOnEventDefaultInstrument"); | |
+ } | |
+ } | |
+ } /* class AVExtendedNoteOnEvent */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVExtendedTempoEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVExtendedTempoEvent.g.cs | |
new file mode 100644 | |
index 0000000..b22caa3 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVExtendedTempoEvent.g.cs | |
@@ -0,0 +1,154 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVExtendedTempoEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVExtendedTempoEvent : AVMusicEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVExtendedTempoEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVExtendedTempoEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVExtendedTempoEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVExtendedTempoEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithTempo:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVExtendedTempoEvent (double tempo) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_Double (this.Handle, Selector.GetHandle ("initWithTempo:"), tempo), "initWithTempo:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_Double (this.SuperHandle, Selector.GetHandle ("initWithTempo:"), tempo), "initWithTempo:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual double Tempo { | |
+ [Export ("tempo")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.Double_objc_msgSend (this.Handle, Selector.GetHandle ("tempo")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.Double_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("tempo")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setTempo:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_Double (this.Handle, Selector.GetHandle ("setTempo:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_Double (this.SuperHandle, Selector.GetHandle ("setTempo:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVExtendedTempoEvent */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVMetadataItem.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMetadataItem.g.cs | |
index 02da841..831878d 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVMetadataItem.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMetadataItem.g.cs | |
@@ -232,7 +232,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static AVMetadataItem GetMetadataItem (AVMetadataItem metadataItem, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V9))]global::System.Action<AVMetadataItemValueRequest> handler) | |
+ public unsafe static AVMetadataItem GetMetadataItem (AVMetadataItem metadataItem, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V10))]global::System.Action<AVMetadataItemValueRequest> handler) | |
{ | |
var metadataItem__handle__ = metadataItem!.GetNonNullHandle (nameof (metadataItem)); | |
if (handler is null) | |
@@ -241,7 +241,7 @@ namespace AVFoundation { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V9.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V10.Handler, handler); | |
AVMetadataItem? ret; | |
ret = Runtime.GetNSObject<AVMetadataItem> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("metadataItemWithPropertiesOfMetadataItem:valueLoadingHandler:"), metadataItem__handle__, (IntPtr) block_ptr_handler))!; | |
block_ptr_handler->CleanupBlock (); | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiChannelEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiChannelEvent.g.cs | |
new file mode 100644 | |
index 0000000..2893bdf | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiChannelEvent.g.cs | |
@@ -0,0 +1,135 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMIDIChannelEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMidiChannelEvent : AVMusicEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMIDIChannelEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMidiChannelEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMidiChannelEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMidiChannelEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Channel { | |
+ [Export ("channel")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("channel")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("channel")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setChannel:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setChannel:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setChannel:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMidiChannelEvent */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiChannelPressureEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiChannelPressureEvent.g.cs | |
new file mode 100644 | |
index 0000000..a963b65 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiChannelPressureEvent.g.cs | |
@@ -0,0 +1,154 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMIDIChannelPressureEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMidiChannelPressureEvent : AVMidiChannelEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMIDIChannelPressureEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMidiChannelPressureEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMidiChannelPressureEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMidiChannelPressureEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithChannel:pressure:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVMidiChannelPressureEvent (uint channel, uint pressure) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UInt32_UInt32 (this.Handle, Selector.GetHandle ("initWithChannel:pressure:"), channel, pressure), "initWithChannel:pressure:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_UInt32_UInt32 (this.SuperHandle, Selector.GetHandle ("initWithChannel:pressure:"), channel, pressure), "initWithChannel:pressure:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Pressure { | |
+ [Export ("pressure")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("pressure")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pressure")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setPressure:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setPressure:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setPressure:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMidiChannelPressureEvent */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiControlChangeEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiControlChangeEvent.g.cs | |
new file mode 100644 | |
index 0000000..2cdd35e | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiControlChangeEvent.g.cs | |
@@ -0,0 +1,163 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMIDIControlChangeEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMidiControlChangeEvent : AVMidiChannelEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMIDIControlChangeEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMidiControlChangeEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMidiControlChangeEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMidiControlChangeEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithChannel:messageType:value:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVMidiControlChangeEvent (uint channel, AVMidiControlChangeMessageType messageType, uint value) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UInt32_IntPtr_UInt32 (this.Handle, Selector.GetHandle ("initWithChannel:messageType:value:"), channel, (IntPtr) (long) messageType, value), "initWithChannel:messageType:value:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_UInt32_IntPtr_UInt32 (this.SuperHandle, Selector.GetHandle ("initWithChannel:messageType:value:"), channel, (IntPtr) (long) messageType, value), "initWithChannel:messageType:value:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVMidiControlChangeMessageType MessageType { | |
+ [Export ("messageType")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVMidiControlChangeMessageType ret; | |
+ if (IsDirectBinding) { | |
+ ret = (AVMidiControlChangeMessageType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("messageType")); | |
+ } else { | |
+ ret = (AVMidiControlChangeMessageType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("messageType")); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Value { | |
+ [Export ("value")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("value")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("value")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMidiControlChangeEvent */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiControlChangeMessageType.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiControlChangeMessageType.g.cs | |
new file mode 100644 | |
index 0000000..f9de583 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiControlChangeMessageType.g.cs | |
@@ -0,0 +1,94 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [Native] | |
+ public enum AVMidiControlChangeMessageType : long { | |
+ BankSelect = 0, | |
+ ModWheel = 1, | |
+ Breath = 2, | |
+ Foot = 4, | |
+ PortamentoTime = 5, | |
+ DataEntry = 6, | |
+ Volume = 7, | |
+ Balance = 8, | |
+ Pan = 10, | |
+ Expression = 11, | |
+ Sustain = 64, | |
+ Portamento = 65, | |
+ Sostenuto = 66, | |
+ Soft = 67, | |
+ LegatoPedal = 68, | |
+ Hold2Pedal = 69, | |
+ FilterResonance = 71, | |
+ ReleaseTime = 72, | |
+ AttackTime = 73, | |
+ Brightness = 74, | |
+ DecayTime = 75, | |
+ VibratoRate = 76, | |
+ VibratoDepth = 77, | |
+ VibratoDelay = 78, | |
+ ReverbLevel = 91, | |
+ ChorusLevel = 93, | |
+ RpnLsb = 100, | |
+ RpnMsb = 101, | |
+ AllSoundOff = 120, | |
+ ResetAllControllers = 121, | |
+ AllNotesOff = 123, | |
+ OmniModeOff = 124, | |
+ OmniModeOn = 125, | |
+ MonoModeOn = 126, | |
+ MonoModeOff = 127, | |
+ } | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiMetaEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiMetaEvent.g.cs | |
new file mode 100644 | |
index 0000000..802acbf | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiMetaEvent.g.cs | |
@@ -0,0 +1,141 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMIDIMetaEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMidiMetaEvent : AVMusicEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMIDIMetaEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMidiMetaEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMidiMetaEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMidiMetaEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithType:data:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVMidiMetaEvent (AVMidiMetaEventType type, NSData data) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var data__handle__ = data!.GetNonNullHandle (nameof (data)); | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithType:data:"), (IntPtr) (long) type, data__handle__), "initWithType:data:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithType:data:"), (IntPtr) (long) type, data__handle__), "initWithType:data:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVMidiMetaEventType Type { | |
+ [Export ("type")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVMidiMetaEventType ret; | |
+ if (IsDirectBinding) { | |
+ ret = (AVMidiMetaEventType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("type")); | |
+ } else { | |
+ ret = (AVMidiMetaEventType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("type")); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMidiMetaEvent */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiMetaEventType.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiMetaEventType.g.cs | |
new file mode 100644 | |
index 0000000..35266b8 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiMetaEventType.g.cs | |
@@ -0,0 +1,75 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [Native] | |
+ public enum AVMidiMetaEventType : long { | |
+ SequenceNumber = 0, | |
+ Text = 1, | |
+ Copyright = 2, | |
+ TrackName = 3, | |
+ Instrument = 4, | |
+ Lyric = 5, | |
+ Marker = 6, | |
+ CuePoint = 7, | |
+ MidiChannel = 32, | |
+ MidiPort = 33, | |
+ EndOfTrack = 47, | |
+ Tempo = 81, | |
+ SmpteOffset = 84, | |
+ TimeSignature = 88, | |
+ KeySignature = 89, | |
+ ProprietaryEvent = 127, | |
+ } | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiNoteEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiNoteEvent.g.cs | |
new file mode 100644 | |
index 0000000..a088d86 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiNoteEvent.g.cs | |
@@ -0,0 +1,271 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMIDINoteEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMidiNoteEvent : AVMusicEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMIDINoteEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMidiNoteEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMidiNoteEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMidiNoteEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithChannel:key:velocity:duration:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVMidiNoteEvent (uint channel, uint keyNum, uint velocity, double duration) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UInt32_UInt32_UInt32_Double (this.Handle, Selector.GetHandle ("initWithChannel:key:velocity:duration:"), channel, keyNum, velocity, duration), "initWithChannel:key:velocity:duration:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_UInt32_UInt32_UInt32_Double (this.SuperHandle, Selector.GetHandle ("initWithChannel:key:velocity:duration:"), channel, keyNum, velocity, duration), "initWithChannel:key:velocity:duration:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Channel { | |
+ [Export ("channel")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("channel")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("channel")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setChannel:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setChannel:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setChannel:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual double Duration { | |
+ [Export ("duration")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.Double_objc_msgSend (this.Handle, Selector.GetHandle ("duration")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.Double_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("duration")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setDuration:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_Double (this.Handle, Selector.GetHandle ("setDuration:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_Double (this.SuperHandle, Selector.GetHandle ("setDuration:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Key { | |
+ [Export ("key")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("key")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("key")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setKey:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setKey:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setKey:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Velocity { | |
+ [Export ("velocity")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("velocity")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("velocity")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setVelocity:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setVelocity:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setVelocity:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMidiNoteEvent */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiPitchBendEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiPitchBendEvent.g.cs | |
new file mode 100644 | |
index 0000000..91a655e | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiPitchBendEvent.g.cs | |
@@ -0,0 +1,154 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMIDIPitchBendEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMidiPitchBendEvent : AVMidiChannelEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMIDIPitchBendEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMidiPitchBendEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMidiPitchBendEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMidiPitchBendEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithChannel:value:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVMidiPitchBendEvent (uint channel, uint value) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UInt32_UInt32 (this.Handle, Selector.GetHandle ("initWithChannel:value:"), channel, value), "initWithChannel:value:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_UInt32_UInt32 (this.SuperHandle, Selector.GetHandle ("initWithChannel:value:"), channel, value), "initWithChannel:value:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Value { | |
+ [Export ("value")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("value")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("value")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setValue:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setValue:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setValue:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMidiPitchBendEvent */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiPolyPressureEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiPolyPressureEvent.g.cs | |
new file mode 100644 | |
index 0000000..ff80b23 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiPolyPressureEvent.g.cs | |
@@ -0,0 +1,193 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMIDIPolyPressureEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMidiPolyPressureEvent : AVMidiChannelEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMIDIPolyPressureEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMidiPolyPressureEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMidiPolyPressureEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMidiPolyPressureEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithChannel:key:pressure:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVMidiPolyPressureEvent (uint channel, uint key, uint pressure) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UInt32_UInt32_UInt32 (this.Handle, Selector.GetHandle ("initWithChannel:key:pressure:"), channel, key, pressure), "initWithChannel:key:pressure:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_UInt32_UInt32_UInt32 (this.SuperHandle, Selector.GetHandle ("initWithChannel:key:pressure:"), channel, key, pressure), "initWithChannel:key:pressure:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Key { | |
+ [Export ("key")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("key")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("key")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setKey:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setKey:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setKey:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Pressure { | |
+ [Export ("pressure")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("pressure")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pressure")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setPressure:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setPressure:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setPressure:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMidiPolyPressureEvent */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiProgramChangeEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiProgramChangeEvent.g.cs | |
new file mode 100644 | |
index 0000000..e6900c4 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiProgramChangeEvent.g.cs | |
@@ -0,0 +1,154 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMIDIProgramChangeEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMidiProgramChangeEvent : AVMidiChannelEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMIDIProgramChangeEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMidiProgramChangeEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMidiProgramChangeEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMidiProgramChangeEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithChannel:programNumber:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVMidiProgramChangeEvent (uint channel, uint programNumber) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UInt32_UInt32 (this.Handle, Selector.GetHandle ("initWithChannel:programNumber:"), channel, programNumber), "initWithChannel:programNumber:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_UInt32_UInt32 (this.SuperHandle, Selector.GetHandle ("initWithChannel:programNumber:"), channel, programNumber), "initWithChannel:programNumber:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint ProgramNumber { | |
+ [Export ("programNumber")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("programNumber")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("programNumber")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setProgramNumber:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setProgramNumber:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setProgramNumber:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMidiProgramChangeEvent */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMidiSysexEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiSysexEvent.g.cs | |
new file mode 100644 | |
index 0000000..3fb9020 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMidiSysexEvent.g.cs | |
@@ -0,0 +1,139 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMIDISysexEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMidiSysexEvent : AVMusicEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMIDISysexEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMidiSysexEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMidiSysexEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMidiSysexEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithData:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVMidiSysexEvent (NSData data) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var data__handle__ = data!.GetNonNullHandle (nameof (data)); | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithData:"), data__handle__), "initWithData:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithData:"), data__handle__), "initWithData:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint SizeInBytes { | |
+ [Export ("sizeInBytes")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("sizeInBytes")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("sizeInBytes")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMidiSysexEvent */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVMovie_AVMovieTrackInspection.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMovie_AVMovieTrackInspection.g.cs | |
index 3bf7110..a6fbd59 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVMovie_AVMovieTrackInspection.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMovie_AVMovieTrackInspection.g.cs | |
@@ -63,6 +63,22 @@ namespace AVFoundation { | |
static readonly NativeHandle class_ptr = Class.GetHandle ("AVMovie"); | |
#endif | |
[Export ("trackWithTrackID:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("macos")] | |
@@ -77,6 +93,22 @@ namespace AVFoundation { | |
#endif | |
} | |
[Export ("tracksWithMediaType:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("macos")] | |
@@ -123,6 +155,22 @@ namespace AVFoundation { | |
#endif | |
} | |
[Export ("tracksWithMediaCharacteristic:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("macos")] | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMusicEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMusicEvent.g.cs | |
new file mode 100644 | |
index 0000000..ccf524f | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMusicEvent.g.cs | |
@@ -0,0 +1,96 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMusicEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMusicEvent : NSObject { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMusicEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMusicEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMusicEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMusicEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ } /* class AVMusicEvent */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVMusicTrack.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMusicTrack.g.cs | |
index a1ffc25..b659c45 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVMusicTrack.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMusicTrack.g.cs | |
@@ -70,6 +70,143 @@ namespace AVFoundation { | |
{ | |
} | |
+ [Export ("addEvent:atBeat:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void AddEvent (AVMusicEvent @event, double beat) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var @event__handle__ = @event!.GetNonNullHandle (nameof (@event)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_Double (this.Handle, Selector.GetHandle ("addEvent:atBeat:"), @event__handle__, beat); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle_Double (this.SuperHandle, Selector.GetHandle ("addEvent:atBeat:"), @event__handle__, beat); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("clearEventsInRange:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void ClearEvents (AVBeatRange range) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_AVBeatRange (this.Handle, Selector.GetHandle ("clearEventsInRange:"), range); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_AVBeatRange (this.SuperHandle, Selector.GetHandle ("clearEventsInRange:"), range); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("copyAndMergeEventsInRange:fromTrack:mergeAtBeat:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void CopyAndMergeEvents (AVBeatRange range, AVMusicTrack sourceTrack, double mergeStartBeat) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var sourceTrack__handle__ = sourceTrack!.GetNonNullHandle (nameof (sourceTrack)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_AVBeatRange_NativeHandle_Double (this.Handle, Selector.GetHandle ("copyAndMergeEventsInRange:fromTrack:mergeAtBeat:"), range, sourceTrack__handle__, mergeStartBeat); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_AVBeatRange_NativeHandle_Double (this.SuperHandle, Selector.GetHandle ("copyAndMergeEventsInRange:fromTrack:mergeAtBeat:"), range, sourceTrack__handle__, mergeStartBeat); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("copyEventsInRange:fromTrack:insertAtBeat:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void CopyEvents (AVBeatRange range, AVMusicTrack sourceTrack, double insertStartBeat) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var sourceTrack__handle__ = sourceTrack!.GetNonNullHandle (nameof (sourceTrack)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_AVBeatRange_NativeHandle_Double (this.Handle, Selector.GetHandle ("copyEventsInRange:fromTrack:insertAtBeat:"), range, sourceTrack__handle__, insertStartBeat); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_AVBeatRange_NativeHandle_Double (this.SuperHandle, Selector.GetHandle ("copyEventsInRange:fromTrack:insertAtBeat:"), range, sourceTrack__handle__, insertStartBeat); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("cutEventsInRange:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void CutEvents (AVBeatRange range) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_AVBeatRange (this.Handle, Selector.GetHandle ("cutEventsInRange:"), range); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_AVBeatRange (this.SuperHandle, Selector.GetHandle ("cutEventsInRange:"), range); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("enumerateEventsInRange:usingBlock:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void EnumerateEvents (AVBeatRange range, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAVMusicEventEnumerationBlock))]AVMusicEventEnumerationBlock block) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (block is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
+ BlockLiteral *block_ptr_block; | |
+ BlockLiteral block_block; | |
+ block_block = new BlockLiteral (); | |
+ block_ptr_block = &block_block; | |
+ block_block.SetupBlockUnsafe (Trampolines.SDAVMusicEventEnumerationBlock.Handler, block); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_AVBeatRange_NativeHandle (this.Handle, Selector.GetHandle ("enumerateEventsInRange:usingBlock:"), range, (IntPtr) block_ptr_block); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_AVBeatRange_NativeHandle (this.SuperHandle, Selector.GetHandle ("enumerateEventsInRange:usingBlock:"), range, (IntPtr) block_ptr_block); | |
+ } | |
+ block_ptr_block->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [Export ("moveEventsInRange:byAmount:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void MoveEvents (AVBeatRange range, double beatAmount) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_AVBeatRange_Double (this.Handle, Selector.GetHandle ("moveEventsInRange:byAmount:"), range, beatAmount); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_AVBeatRange_Double (this.SuperHandle, Selector.GetHandle ("moveEventsInRange:byAmount:"), range, beatAmount); | |
+ } | |
+ #endif | |
+ } | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios9.0")] | |
[SupportedOSPlatform ("macos10.11")] | |
@@ -420,5 +557,44 @@ namespace AVFoundation { | |
} | |
} | |
} | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual bool UsesAutomatedParameters { | |
+ [Export ("usesAutomatedParameters")] | |
+ [SupportedOSPlatform ("ios9.0")] | |
+ [SupportedOSPlatform ("macos10.11")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("usesAutomatedParameters")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("usesAutomatedParameters")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setUsesAutomatedParameters:")] | |
+ [SupportedOSPlatform ("ios9.0")] | |
+ [SupportedOSPlatform ("macos10.11")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setUsesAutomatedParameters:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setUsesAutomatedParameters:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
} /* class AVMusicTrack */ | |
} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMusicUserEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMusicUserEvent.g.cs | |
new file mode 100644 | |
index 0000000..18419f8 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMusicUserEvent.g.cs | |
@@ -0,0 +1,139 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVMusicUserEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVMusicUserEvent : AVMusicEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMusicUserEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVMusicUserEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVMusicUserEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVMusicUserEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithData:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVMusicUserEvent (NSData data) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var data__handle__ = data!.GetNonNullHandle (nameof (data)); | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithData:"), data__handle__), "initWithData:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithData:"), data__handle__), "initWithData:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint SizeInBytes { | |
+ [Export ("sizeInBytes")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("sizeInBytes")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("sizeInBytes")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVMusicUserEvent */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVMutableComposition.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableComposition.g.cs | |
index cacf5a4..bf13d5b 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVMutableComposition.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableComposition.g.cs | |
@@ -153,6 +153,22 @@ namespace AVFoundation { | |
} | |
} | |
[Export ("insertTimeRange:ofAsset:atTime:error:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -171,6 +187,49 @@ namespace AVFoundation { | |
error = Runtime.GetNSObject<NSError> (errorValue)!; | |
return ret!; | |
} | |
+ [Export ("insertTimeRange:ofAsset:atTime:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void Insert (global::CoreMedia.CMTimeRange timeRange, AVAsset asset, global::CoreMedia.CMTime startTime, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V0))]global::System.Action<NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V0.Handler, completionHandler); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CMTimeRange_NativeHandle_CMTime_NativeHandle (this.Handle, Selector.GetHandle ("insertTimeRange:ofAsset:atTime:completionHandler:"), timeRange, asset__handle__, startTime, (IntPtr) block_ptr_completionHandler); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CMTimeRange_NativeHandle_CMTime_NativeHandle (this.SuperHandle, Selector.GetHandle ("insertTimeRange:ofAsset:atTime:completionHandler:"), timeRange, asset__handle__, startTime, (IntPtr) block_ptr_completionHandler); | |
+ } | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual Task InsertAsync (global::CoreMedia.CMTimeRange timeRange, AVAsset asset, global::CoreMedia.CMTime startTime) | |
+ { | |
+ var tcs = new TaskCompletionSource<bool> (); | |
+ Insert(timeRange, asset, startTime, (obj_) => { | |
+ if (obj_ != null) | |
+ tcs.SetException (new NSErrorException(obj_)); | |
+ else | |
+ tcs.SetResult (true); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
[Export ("removeTimeRange:")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVMutableCompositionTrack.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableCompositionTrack.g.cs | |
index 03f4eae..307b562 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVMutableCompositionTrack.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableCompositionTrack.g.cs | |
@@ -126,6 +126,49 @@ namespace AVFoundation { | |
error = Runtime.GetNSObject<NSError> (errorValue)!; | |
return ret!; | |
} | |
+ [Export ("insertTimeRange:ofAsset:atTime:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void InsertTimeRange (global::CoreMedia.CMTimeRange timeRange, AVAsset asset, global::CoreMedia.CMTime startTime, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V0))]global::System.Action<NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V0.Handler, completionHandler); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CMTimeRange_NativeHandle_CMTime_NativeHandle (this.Handle, Selector.GetHandle ("insertTimeRange:ofAsset:atTime:completionHandler:"), timeRange, asset__handle__, startTime, (IntPtr) block_ptr_completionHandler); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CMTimeRange_NativeHandle_CMTime_NativeHandle (this.SuperHandle, Selector.GetHandle ("insertTimeRange:ofAsset:atTime:completionHandler:"), timeRange, asset__handle__, startTime, (IntPtr) block_ptr_completionHandler); | |
+ } | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual Task InsertTimeRangeAsync (global::CoreMedia.CMTimeRange timeRange, AVAsset asset, global::CoreMedia.CMTime startTime) | |
+ { | |
+ var tcs = new TaskCompletionSource<bool> (); | |
+ InsertTimeRange(timeRange, asset, startTime, (obj_) => { | |
+ if (obj_ != null) | |
+ tcs.SetException (new NSErrorException(obj_)); | |
+ else | |
+ tcs.SetResult (true); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
[Export ("insertTimeRanges:ofTracks:atTime:error:")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMutableMovieTrack_SynchronousTrackInterface.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableMovieTrack_SynchronousTrackInterface.g.cs | |
new file mode 100644 | |
index 0000000..4ca0f86 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableMovieTrack_SynchronousTrackInterface.g.cs | |
@@ -0,0 +1,167 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe static partial class AVMutableMovieTrack_SynchronousTrackInterface { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 169 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 169 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMutableMovieTrack"); | |
+ #endif | |
+ [Export ("associatedTracksOfType:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVAssetTrack[] GetAssociatedTracks (this AVMutableMovieTrack This, NSString avAssetTrackTrackAssociationType) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var avAssetTrackTrackAssociationType__handle__ = avAssetTrackTrackAssociationType!.GetNonNullHandle (nameof (avAssetTrackTrackAssociationType)); | |
+ return CFArray.ArrayFromHandle<AVAssetTrack>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("associatedTracksOfType:"), avAssetTrackTrackAssociationType__handle__))!; | |
+ #endif | |
+ } | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVMetadataItem[] GetMetadata (this AVMutableMovieTrack This, AVMetadataFormat format) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ return GetMetadataForFormat (This, format.GetConstant ()!); | |
+ #endif | |
+ } | |
+ [Export ("metadataForFormat:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVMetadataItem[] GetMetadataForFormat (this AVMutableMovieTrack This, NSString format) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var format__handle__ = format!.GetNonNullHandle (nameof (format)); | |
+ return CFArray.ArrayFromHandle<AVMetadataItem>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("metadataForFormat:"), format__handle__))!; | |
+ #endif | |
+ } | |
+ [Export ("samplePresentationTimeForTrackTime:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static global::CoreMedia.CMTime GetSamplePresentationTime (this AVMutableMovieTrack This, global::CoreMedia.CMTime trackTime) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMTime ret; | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSend_CMTime (This.Handle, Selector.GetHandle ("samplePresentationTimeForTrackTime:"), trackTime); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime (out ret, This.Handle, Selector.GetHandle ("samplePresentationTimeForTrackTime:"), trackTime); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime (out ret, This.Handle, Selector.GetHandle ("samplePresentationTimeForTrackTime:"), trackTime); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime (out ret, This.Handle, Selector.GetHandle ("samplePresentationTimeForTrackTime:"), trackTime); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("segmentForTrackTime:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVAssetTrackSegment? GetSegment (this AVMutableMovieTrack This, global::CoreMedia.CMTime trackTime) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ return Runtime.GetNSObject<AVAssetTrackSegment> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_CMTime (This.Handle, Selector.GetHandle ("segmentForTrackTime:"), trackTime))!; | |
+ #endif | |
+ } | |
+ [Export ("hasMediaCharacteristic:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static bool HasMediaCharacteristic (this AVMutableMovieTrack This, string mediaCharacteristic) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (mediaCharacteristic is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (mediaCharacteristic)); | |
+ var nsmediaCharacteristic = CFString.CreateNative (mediaCharacteristic); | |
+ bool ret; | |
+ ret = global::ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("hasMediaCharacteristic:"), nsmediaCharacteristic); | |
+ CFString.ReleaseNative (nsmediaCharacteristic); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } /* class AVMutableMovieTrack_SynchronousTrackInterface */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVMutableMovie_SynchronousAssetInterface.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableMovie_SynchronousAssetInterface.g.cs | |
new file mode 100644 | |
index 0000000..fe1a890 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableMovie_SynchronousAssetInterface.g.cs | |
@@ -0,0 +1,160 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe static partial class AVMutableMovie_SynchronousAssetInterface { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 169 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 169 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVMutableMovie"); | |
+ #endif | |
+ [Export ("chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVTimedMetadataGroup[] GetChapterMetadataGroups (this AVMutableMovie This, NSLocale locale, string[]? commonKeys) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var locale__handle__ = locale!.GetNonNullHandle (nameof (locale)); | |
+ var nsa_commonKeys = commonKeys is null ? null : NSArray.FromStrings (commonKeys); | |
+ AVTimedMetadataGroup[]? ret; | |
+ ret = CFArray.ArrayFromHandle<AVTimedMetadataGroup>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys:"), locale__handle__, nsa_commonKeys.GetHandle ()))!; | |
+ if (nsa_commonKeys != null) | |
+ nsa_commonKeys.Dispose (); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("chapterMetadataGroupsBestMatchingPreferredLanguages:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVTimedMetadataGroup[] GetChapterMetadataGroupsBestMatchingPreferredLanguages (this AVMutableMovie This, string[] preferredLanguages) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (preferredLanguages is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (preferredLanguages)); | |
+ var nsa_preferredLanguages = NSArray.FromStrings (preferredLanguages); | |
+ AVTimedMetadataGroup[]? ret; | |
+ ret = CFArray.ArrayFromHandle<AVTimedMetadataGroup>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("chapterMetadataGroupsBestMatchingPreferredLanguages:"), nsa_preferredLanguages.Handle))!; | |
+ nsa_preferredLanguages.Dispose (); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("mediaSelectionGroupForMediaCharacteristic:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVMediaSelectionGroup? GetMediaSelectionGroup (this AVMutableMovie This, string mediaCharacteristic) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (mediaCharacteristic is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (mediaCharacteristic)); | |
+ var nsmediaCharacteristic = CFString.CreateNative (mediaCharacteristic); | |
+ AVMediaSelectionGroup? ret; | |
+ ret = Runtime.GetNSObject<AVMediaSelectionGroup> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("mediaSelectionGroupForMediaCharacteristic:"), nsmediaCharacteristic))!; | |
+ CFString.ReleaseNative (nsmediaCharacteristic); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("metadataForFormat:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVMetadataItem[] GetMetadataForFormat (this AVMutableMovie This, string format) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (format is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (format)); | |
+ var nsformat = CFString.CreateNative (format); | |
+ AVMetadataItem[]? ret; | |
+ ret = CFArray.ArrayFromHandle<AVMetadataItem>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("metadataForFormat:"), nsformat))!; | |
+ CFString.ReleaseNative (nsformat); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("unusedTrackID")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static int GetUnusedTrackId (this AVMutableMovie This) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ return global::ObjCRuntime.Messaging.int_objc_msgSend (This.Handle, Selector.GetHandle ("unusedTrackID")); | |
+ #endif | |
+ } | |
+ } /* class AVMutableMovie_SynchronousAssetInterface */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVMutableVideoComposition.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableVideoComposition.g.cs | |
index ac32953..9cfa2e9 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVMutableVideoComposition.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVMutableVideoComposition.g.cs | |
@@ -119,13 +119,139 @@ namespace AVFoundation { | |
return Runtime.GetNSObject<AVMutableVideoComposition> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("videoCompositionWithPropertiesOfAsset:prototypeInstruction:"), asset__handle__, prototypeInstruction__handle__))!; | |
#endif | |
} | |
+ [Export ("videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static void Create (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V11))]global::System.Action<AVAsynchronousCIImageFilteringRequest> applier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V24))]global::System.Action<AVMutableVideoComposition, NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
+ if (applier is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (applier)); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_applier; | |
+ BlockLiteral block_applier; | |
+ block_applier = new BlockLiteral (); | |
+ block_ptr_applier = &block_applier; | |
+ block_applier.SetupBlockUnsafe (Trampolines.SDActionArity1V11.Handler, applier); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V24.Handler, completionHandler); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler:"), asset__handle__, (IntPtr) block_ptr_applier, (IntPtr) block_ptr_completionHandler); | |
+ block_ptr_applier->CleanupBlock (); | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static Task<AVMutableVideoComposition> CreateAsync (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V11))]global::System.Action<AVAsynchronousCIImageFilteringRequest> applier) | |
+ { | |
+ var tcs = new TaskCompletionSource<AVMutableVideoComposition> (); | |
+ Create(asset, applier, (arg1_, arg2_) => { | |
+ if (arg2_ != null) | |
+ tcs.SetException (new NSErrorException(arg2_)); | |
+ else | |
+ tcs.SetResult (arg1_!); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
+ [Export ("videoCompositionWithPropertiesOfAsset:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static void Create (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V25))]global::System.Action<AVVideoComposition, NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V25.Handler, completionHandler); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("videoCompositionWithPropertiesOfAsset:completionHandler:"), asset__handle__, (IntPtr) block_ptr_completionHandler); | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static Task<AVVideoComposition> CreateAsync (AVAsset asset) | |
+ { | |
+ var tcs = new TaskCompletionSource<AVVideoComposition> (); | |
+ Create(asset, (arg1_, arg2_) => { | |
+ if (arg2_ != null) | |
+ tcs.SetException (new NSErrorException(arg2_)); | |
+ else | |
+ tcs.SetResult (arg1_!); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
+ [Export ("videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static void Create (AVAsset asset, AVVideoCompositionInstruction prototypeInstruction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V24))]global::System.Action<AVMutableVideoComposition, NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
+ var prototypeInstruction__handle__ = prototypeInstruction!.GetNonNullHandle (nameof (prototypeInstruction)); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V24.Handler, completionHandler); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler:"), asset__handle__, prototypeInstruction__handle__, (IntPtr) block_ptr_completionHandler); | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static Task<AVMutableVideoComposition> CreateAsync (AVAsset asset, AVVideoCompositionInstruction prototypeInstruction) | |
+ { | |
+ var tcs = new TaskCompletionSource<AVMutableVideoComposition> (); | |
+ Create(asset, prototypeInstruction, (arg1_, arg2_) => { | |
+ if (arg2_ != null) | |
+ tcs.SetException (new NSErrorException(arg2_)); | |
+ else | |
+ tcs.SetResult (arg1_!); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
[Export ("videoCompositionWithAsset:applyingCIFiltersWithHandler:")] | |
[SupportedOSPlatform ("ios9.0")] | |
[SupportedOSPlatform ("macos10.11")] | |
[SupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static AVMutableVideoComposition GetVideoComposition (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V10))]global::System.Action<AVAsynchronousCIImageFilteringRequest> applier) | |
+ public unsafe static AVMutableVideoComposition GetVideoComposition (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V11))]global::System.Action<AVAsynchronousCIImageFilteringRequest> applier) | |
{ | |
var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
if (applier is null) | |
@@ -134,7 +260,7 @@ namespace AVFoundation { | |
BlockLiteral block_applier; | |
block_applier = new BlockLiteral (); | |
block_ptr_applier = &block_applier; | |
- block_applier.SetupBlockUnsafe (Trampolines.SDActionArity1V10.Handler, applier); | |
+ block_applier.SetupBlockUnsafe (Trampolines.SDActionArity1V11.Handler, applier); | |
AVMutableVideoComposition? ret; | |
ret = Runtime.GetNSObject<AVMutableVideoComposition> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("videoCompositionWithAsset:applyingCIFiltersWithHandler:"), asset__handle__, (IntPtr) block_ptr_applier))!; | |
block_ptr_applier->CleanupBlock (); | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVParameterEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVParameterEvent.g.cs | |
new file mode 100644 | |
index 0000000..6b92a3e | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVParameterEvent.g.cs | |
@@ -0,0 +1,271 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVParameterEvent", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVParameterEvent : AVMusicEvent { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVParameterEvent"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVParameterEvent () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVParameterEvent (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVParameterEvent (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithParameterID:scope:element:value:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVParameterEvent (uint parameterId, uint scope, uint element, float value) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UInt32_UInt32_UInt32_float (this.Handle, Selector.GetHandle ("initWithParameterID:scope:element:value:"), parameterId, scope, element, value), "initWithParameterID:scope:element:value:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_UInt32_UInt32_UInt32_float (this.SuperHandle, Selector.GetHandle ("initWithParameterID:scope:element:value:"), parameterId, scope, element, value), "initWithParameterID:scope:element:value:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Element { | |
+ [Export ("element")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("element")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("element")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setElement:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setElement:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setElement:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint ParameterId { | |
+ [Export ("parameterID")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("parameterID")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("parameterID")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setParameterID:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setParameterID:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setParameterID:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual uint Scope { | |
+ [Export ("scope")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSend (this.Handle, Selector.GetHandle ("scope")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UInt32_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("scope")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setScope:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UInt32 (this.Handle, Selector.GetHandle ("setScope:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UInt32 (this.SuperHandle, Selector.GetHandle ("setScope:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual float Value { | |
+ [Export ("value")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSend (this.Handle, Selector.GetHandle ("value")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("value")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setValue:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_float (this.Handle, Selector.GetHandle ("setValue:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_float (this.SuperHandle, Selector.GetHandle ("setValue:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVParameterEvent */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVPlayer.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVPlayer.g.cs | |
index c22a9c0..781d9df 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVPlayer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVPlayer.g.cs | |
@@ -149,7 +149,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual NSObject AddPeriodicTimeObserver (global::CoreMedia.CMTime interval, global::CoreFoundation.DispatchQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<global::CoreMedia.CMTime> handler) | |
+ public unsafe virtual NSObject AddPeriodicTimeObserver (global::CoreMedia.CMTime interval, global::CoreFoundation.DispatchQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V9))]global::System.Action<global::CoreMedia.CMTime> handler) | |
{ | |
var queue__handle__ = queue.GetHandle (); | |
if (handler is null) | |
@@ -158,7 +158,7 @@ namespace AVFoundation { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V9.Handler, handler); | |
NSObject? ret; | |
if (IsDirectBinding) { | |
ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_CMTime_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addPeriodicTimeObserverForInterval:queue:usingBlock:"), interval, queue__handle__, (IntPtr) block_ptr_handler))!; | |
@@ -944,6 +944,45 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual float DefaultRate { | |
+ [Export ("defaultRate")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSend (this.Handle, Selector.GetHandle ("defaultRate")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.float_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("defaultRate")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setDefaultRate:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_float (this.Handle, Selector.GetHandle ("setDefaultRate:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_float (this.SuperHandle, Selector.GetHandle ("setDefaultRate:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos13.4")] | |
[SupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("ios13.4")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVPlayerInterstitialEvent.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVPlayerInterstitialEvent.g.cs | |
index 528bd23..b8a6f0d 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVPlayerInterstitialEvent.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVPlayerInterstitialEvent.g.cs | |
@@ -76,6 +76,37 @@ namespace AVFoundation { | |
{ | |
} | |
+ [Export ("interstitialEventWithPrimaryItem:date:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVPlayerInterstitialEvent GetInterstitialEvent (AVPlayerItem primaryItem, NSDate date) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var primaryItem__handle__ = primaryItem!.GetNonNullHandle (nameof (primaryItem)); | |
+ var date__handle__ = date!.GetNonNullHandle (nameof (date)); | |
+ return Runtime.GetNSObject<AVPlayerInterstitialEvent> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("interstitialEventWithPrimaryItem:date:"), primaryItem__handle__, date__handle__))!; | |
+ #endif | |
+ } | |
+ [Export ("interstitialEventWithPrimaryItem:time:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVPlayerInterstitialEvent GetInterstitialEvent (AVPlayerItem primaryItem, global::CoreMedia.CMTime time) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var primaryItem__handle__ = primaryItem!.GetNonNullHandle (nameof (primaryItem)); | |
+ return Runtime.GetNSObject<AVPlayerInterstitialEvent> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_CMTime (class_ptr, Selector.GetHandle ("interstitialEventWithPrimaryItem:time:"), primaryItem__handle__, time))!; | |
+ #endif | |
+ } | |
[Export ("interstitialEventWithPrimaryItem:identifier:date:templateItems:restrictions:resumptionOffset:playoutLimit:userDefinedAttributes:")] | |
[SupportedOSPlatform ("ios15.0")] | |
[SupportedOSPlatform ("tvos15.0")] | |
@@ -126,6 +157,127 @@ namespace AVFoundation { | |
#endif | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual bool AlignsResumptionWithPrimarySegmentBoundary { | |
+ [Export ("alignsResumptionWithPrimarySegmentBoundary")] | |
+ [SupportedOSPlatform ("tvos14.5")] | |
+ [SupportedOSPlatform ("macos11.3")] | |
+ [SupportedOSPlatform ("ios14.5")] | |
+ [SupportedOSPlatform ("maccatalyst14.5")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("alignsResumptionWithPrimarySegmentBoundary")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("alignsResumptionWithPrimarySegmentBoundary")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setAlignsResumptionWithPrimarySegmentBoundary:")] | |
+ [SupportedOSPlatform ("tvos14.5")] | |
+ [SupportedOSPlatform ("macos11.3")] | |
+ [SupportedOSPlatform ("ios14.5")] | |
+ [SupportedOSPlatform ("maccatalyst14.5")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setAlignsResumptionWithPrimarySegmentBoundary:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setAlignsResumptionWithPrimarySegmentBoundary:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual bool AlignsStartWithPrimarySegmentBoundary { | |
+ [Export ("alignsStartWithPrimarySegmentBoundary")] | |
+ [SupportedOSPlatform ("tvos14.5")] | |
+ [SupportedOSPlatform ("macos11.3")] | |
+ [SupportedOSPlatform ("ios14.5")] | |
+ [SupportedOSPlatform ("maccatalyst14.5")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("alignsStartWithPrimarySegmentBoundary")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("alignsStartWithPrimarySegmentBoundary")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setAlignsStartWithPrimarySegmentBoundary:")] | |
+ [SupportedOSPlatform ("tvos14.5")] | |
+ [SupportedOSPlatform ("macos11.3")] | |
+ [SupportedOSPlatform ("ios14.5")] | |
+ [SupportedOSPlatform ("maccatalyst14.5")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setAlignsStartWithPrimarySegmentBoundary:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setAlignsStartWithPrimarySegmentBoundary:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual string Cue { | |
+ [Export ("cue", ArgumentSemantic.Retain)] | |
+ [SupportedOSPlatform ("tvos14.5")] | |
+ [SupportedOSPlatform ("macos11.3")] | |
+ [SupportedOSPlatform ("ios14.5")] | |
+ [SupportedOSPlatform ("maccatalyst14.5")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("cue")))!; | |
+ } else { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cue")))!; | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setCue:", ArgumentSemantic.Retain)] | |
+ [SupportedOSPlatform ("tvos14.5")] | |
+ [SupportedOSPlatform ("macos11.3")] | |
+ [SupportedOSPlatform ("ios14.5")] | |
+ [SupportedOSPlatform ("maccatalyst14.5")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (value is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value)); | |
+ var nsvalue = CFString.CreateNative (value); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setCue:"), nsvalue); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setCue:"), nsvalue); | |
+ } | |
+ CFString.ReleaseNative (nsvalue); | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos14.5")] | |
[SupportedOSPlatform ("macos11.3")] | |
[SupportedOSPlatform ("ios14.5")] | |
@@ -149,6 +301,23 @@ namespace AVFoundation { | |
return ret!; | |
#endif | |
} | |
+ [Export ("setDate:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var value__handle__ = value.GetHandle (); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setDate:"), value__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setDate:"), value__handle__); | |
+ } | |
+ #endif | |
+ } | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios15.0")] | |
@@ -172,6 +341,26 @@ namespace AVFoundation { | |
} | |
#endif | |
} | |
+ [Export ("setIdentifier:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (value is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value)); | |
+ var nsvalue = CFString.CreateNative (value); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setIdentifier:"), nsvalue); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setIdentifier:"), nsvalue); | |
+ } | |
+ CFString.ReleaseNative (nsvalue); | |
+ #endif | |
+ } | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios15.0")] | |
@@ -213,6 +402,22 @@ namespace AVFoundation { | |
return ret!; | |
#endif | |
} | |
+ [Export ("setPlayoutLimit:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CMTime (this.Handle, Selector.GetHandle ("setPlayoutLimit:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CMTime (this.SuperHandle, Selector.GetHandle ("setPlayoutLimit:"), value); | |
+ } | |
+ #endif | |
+ } | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
object? __mt_PrimaryItem_var; | |
@@ -242,6 +447,25 @@ namespace AVFoundation { | |
return ret!; | |
#endif | |
} | |
+ [Export ("setPrimaryItem:", ArgumentSemantic.Weak)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var value__handle__ = value.GetHandle (); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPrimaryItem:"), value__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPrimaryItem:"), value__handle__); | |
+ } | |
+ MarkDirty (); | |
+ __mt_PrimaryItem_var = value; | |
+ #endif | |
+ } | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos14.5")] | |
@@ -267,6 +491,22 @@ namespace AVFoundation { | |
return ret!; | |
#endif | |
} | |
+ [Export ("setRestrictions:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UIntPtr (this.Handle, Selector.GetHandle ("setRestrictions:"), (UIntPtr) (ulong) value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UIntPtr (this.SuperHandle, Selector.GetHandle ("setRestrictions:"), (UIntPtr) (ulong) value); | |
+ } | |
+ #endif | |
+ } | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos14.5")] | |
@@ -308,6 +548,22 @@ namespace AVFoundation { | |
return ret!; | |
#endif | |
} | |
+ [Export ("setResumptionOffset:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CMTime (this.Handle, Selector.GetHandle ("setResumptionOffset:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CMTime (this.SuperHandle, Selector.GetHandle ("setResumptionOffset:"), value); | |
+ } | |
+ #endif | |
+ } | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos14.5")] | |
@@ -333,6 +589,26 @@ namespace AVFoundation { | |
return ret!; | |
#endif | |
} | |
+ [Export ("setTemplateItems:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (value is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value)); | |
+ var nsa_value = NSArray.FromNSObjects (value); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setTemplateItems:"), nsa_value.Handle); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setTemplateItems:"), nsa_value.Handle); | |
+ } | |
+ nsa_value.Dispose (); | |
+ #endif | |
+ } | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos14.5")] | |
@@ -374,6 +650,22 @@ namespace AVFoundation { | |
return ret!; | |
#endif | |
} | |
+ [Export ("setTime:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CMTime (this.Handle, Selector.GetHandle ("setTime:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CMTime (this.SuperHandle, Selector.GetHandle ("setTime:"), value); | |
+ } | |
+ #endif | |
+ } | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios15.0")] | |
@@ -399,6 +691,62 @@ namespace AVFoundation { | |
return ret!; | |
#endif | |
} | |
+ [Export ("setUserDefinedAttributes:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var value__handle__ = value!.GetNonNullHandle (nameof (value)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setUserDefinedAttributes:"), value__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setUserDefinedAttributes:"), value__handle__); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual bool WillPlayOnce { | |
+ [Export ("willPlayOnce")] | |
+ [SupportedOSPlatform ("tvos14.5")] | |
+ [SupportedOSPlatform ("macos11.3")] | |
+ [SupportedOSPlatform ("ios14.5")] | |
+ [SupportedOSPlatform ("maccatalyst14.5")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("willPlayOnce")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("willPlayOnce")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setWillPlayOnce:")] | |
+ [SupportedOSPlatform ("tvos14.5")] | |
+ [SupportedOSPlatform ("macos11.3")] | |
+ [SupportedOSPlatform ("ios14.5")] | |
+ [SupportedOSPlatform ("maccatalyst14.5")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setWillPlayOnce:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setWillPlayOnce:"), value); | |
+ } | |
+ #endif | |
+ } | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
protected override void Dispose (bool disposing) | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVPlayerInterstitialEventCue.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVPlayerInterstitialEventCue.g.cs | |
new file mode 100644 | |
index 0000000..d1ef4c5 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVPlayerInterstitialEventCue.g.cs | |
@@ -0,0 +1,130 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public enum AVPlayerInterstitialEventCue : int { | |
+ NoCue = 0, | |
+ JoinCue = 1, | |
+ LeaveCue = 2, | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static public partial class AVPlayerInterstitialEventCueExtensions { | |
+ static IntPtr[] values = new IntPtr [3]; | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [Field ("AVPlayerInterstitialEventNoCue", "AVFoundation")] | |
+ internal unsafe static IntPtr AVPlayerInterstitialEventNoCue { | |
+ get { | |
+ fixed (IntPtr *storage = &values [0]) | |
+ return Dlfcn.CachePointer (Libraries.AVFoundation.Handle, "AVPlayerInterstitialEventNoCue", storage); | |
+ } | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [Field ("AVPlayerInterstitialEventJoinCue", "AVFoundation")] | |
+ internal unsafe static IntPtr AVPlayerInterstitialEventJoinCue { | |
+ get { | |
+ fixed (IntPtr *storage = &values [1]) | |
+ return Dlfcn.CachePointer (Libraries.AVFoundation.Handle, "AVPlayerInterstitialEventJoinCue", storage); | |
+ } | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [Field ("AVPlayerInterstitialEventLeaveCue", "AVFoundation")] | |
+ internal unsafe static IntPtr AVPlayerInterstitialEventLeaveCue { | |
+ get { | |
+ fixed (IntPtr *storage = &values [2]) | |
+ return Dlfcn.CachePointer (Libraries.AVFoundation.Handle, "AVPlayerInterstitialEventLeaveCue", storage); | |
+ } | |
+ } | |
+ public static NSString? GetConstant (this AVPlayerInterstitialEventCue self) | |
+ { | |
+ IntPtr ptr = IntPtr.Zero; | |
+ switch ((int) self) { | |
+ case 0: // AVPlayerInterstitialEventCue.NoCue | |
+ ptr = AVPlayerInterstitialEventNoCue; | |
+ break; | |
+ case 1: // AVPlayerInterstitialEventCue.JoinCue | |
+ ptr = AVPlayerInterstitialEventJoinCue; | |
+ break; | |
+ case 2: // AVPlayerInterstitialEventCue.LeaveCue | |
+ ptr = AVPlayerInterstitialEventLeaveCue; | |
+ break; | |
+ } | |
+ return (NSString?) Runtime.GetNSObject (ptr); | |
+ } | |
+ public static AVPlayerInterstitialEventCue GetValue (NSString constant) | |
+ { | |
+ if (constant is null) | |
+ throw new ArgumentNullException (nameof (constant)); | |
+ if (constant.IsEqualTo (AVPlayerInterstitialEventNoCue)) | |
+ return AVPlayerInterstitialEventCue.NoCue; | |
+ if (constant.IsEqualTo (AVPlayerInterstitialEventJoinCue)) | |
+ return AVPlayerInterstitialEventCue.JoinCue; | |
+ if (constant.IsEqualTo (AVPlayerInterstitialEventLeaveCue)) | |
+ return AVPlayerInterstitialEventCue.LeaveCue; | |
+ throw new NotSupportedException ($"{constant} has no associated enum value on this platform."); | |
+ } | |
+ } | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVPlayerLayer.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVPlayerLayer.g.cs | |
index 697b388..8030859 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVPlayerLayer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVPlayerLayer.g.cs | |
@@ -95,6 +95,29 @@ namespace AVFoundation { | |
{ | |
} | |
+ [Export ("copyDisplayedPixelBuffer")] | |
+ [return: ReleaseAttribute ()] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual global::CoreVideo.CVPixelBuffer? CopyDisplayedPixelBuffer () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreVideo.CVPixelBuffer? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetINativeObject<CVPixelBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("copyDisplayedPixelBuffer")), false)!; | |
+ } else { | |
+ ret = Runtime.GetINativeObject<CVPixelBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("copyDisplayedPixelBuffer")), false)!; | |
+ } | |
+ if (ret != null) | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release")); | |
+ return ret!; | |
+ #endif | |
+ } | |
[Export ("playerLayerWithPlayer:")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVRouteDetector.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVRouteDetector.g.cs | |
index fa94273..346a529 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVRouteDetector.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVRouteDetector.g.cs | |
@@ -76,6 +76,45 @@ namespace AVFoundation { | |
{ | |
} | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual bool DetectsCustomRoutes { | |
+ [Export ("detectsCustomRoutes")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("ios11.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("detectsCustomRoutes")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("detectsCustomRoutes")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setDetectsCustomRoutes:")] | |
+ [UnsupportedOSPlatform ("tvos")] | |
+ [UnsupportedOSPlatform ("macos")] | |
+ [SupportedOSPlatform ("ios11.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setDetectsCustomRoutes:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setDetectsCustomRoutes:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos11.0")] | |
[SupportedOSPlatform ("macos10.13")] | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferGenerator.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferGenerator.g.cs | |
new file mode 100644 | |
index 0000000..8e353e7 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferGenerator.g.cs | |
@@ -0,0 +1,227 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVSampleBufferGenerator", true)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVSampleBufferGenerator : NSObject { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVSampleBufferGenerator"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVSampleBufferGenerator (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVSampleBufferGenerator (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithAsset:timebase:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [DesignatedInitializer] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVSampleBufferGenerator (AVAsset asset, global::CoreMedia.CMTimebase? timebase) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
+ var timebase__handle__ = timebase.GetHandle (); | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithAsset:timebase:"), asset__handle__, timebase__handle__), "initWithAsset:timebase:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithAsset:timebase:"), asset__handle__, timebase__handle__), "initWithAsset:timebase:"); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("createSampleBufferForRequest:addingToBatch:error:")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual global::CoreMedia.CMSampleBuffer? CreateSample (AVSampleBufferRequest request, AVSampleBufferGeneratorBatch batch, out NSError? outError) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
+ var batch__handle__ = batch!.GetNonNullHandle (nameof (batch)); | |
+ NativeHandle outErrorValue = IntPtr.Zero; | |
+ global::CoreMedia.CMSampleBuffer? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_ref_NativeHandle (this.Handle, Selector.GetHandle ("createSampleBufferForRequest:addingToBatch:error:"), request__handle__, batch__handle__, ref outErrorValue), false)!; | |
+ } else { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_ref_NativeHandle (this.SuperHandle, Selector.GetHandle ("createSampleBufferForRequest:addingToBatch:error:"), request__handle__, batch__handle__, ref outErrorValue), false)!; | |
+ } | |
+ outError = Runtime.GetNSObject<NSError> (outErrorValue)!; | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("createSampleBufferForRequest:")] | |
+ [return: ReleaseAttribute ()] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual global::CoreMedia.CMSampleBuffer? CreateSampleBuffer (AVSampleBufferRequest request) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
+ global::CoreMedia.CMSampleBuffer? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("createSampleBufferForRequest:"), request__handle__), false)!; | |
+ } else { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("createSampleBufferForRequest:"), request__handle__), false)!; | |
+ } | |
+ if (ret != null) | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release")); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("createSampleBufferForRequest:error:")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual global::CoreMedia.CMSampleBuffer? CreateSampleBuffer (AVSampleBufferRequest request, out NSError? outError) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
+ NativeHandle outErrorValue = IntPtr.Zero; | |
+ global::CoreMedia.CMSampleBuffer? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_ref_NativeHandle (this.Handle, Selector.GetHandle ("createSampleBufferForRequest:error:"), request__handle__, ref outErrorValue), false)!; | |
+ } else { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_ref_NativeHandle (this.SuperHandle, Selector.GetHandle ("createSampleBufferForRequest:error:"), request__handle__, ref outErrorValue), false)!; | |
+ } | |
+ outError = Runtime.GetNSObject<NSError> (outErrorValue)!; | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("makeBatch")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual AVSampleBufferGeneratorBatch MakeBatch () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return Runtime.GetNSObject<AVSampleBufferGeneratorBatch> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("makeBatch")))!; | |
+ } else { | |
+ return Runtime.GetNSObject<AVSampleBufferGeneratorBatch> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("makeBatch")))!; | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("notifyOfDataReadyForSampleBuffer:completionHandler:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static void NotifyOfDataReady (global::CoreMedia.CMSampleBuffer sbuf, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V0))]global::System.Action<bool, NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var sbuf__handle__ = sbuf!.GetNonNullHandle (nameof (sbuf)); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V0.Handler, completionHandler); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("notifyOfDataReadyForSampleBuffer:completionHandler:"), sbuf.Handle, (IntPtr) block_ptr_completionHandler); | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static Task<Tuple<bool,NSError>> NotifyOfDataReadyAsync (global::CoreMedia.CMSampleBuffer sbuf) | |
+ { | |
+ var tcs = new TaskCompletionSource<Tuple<bool,NSError>> (); | |
+ NotifyOfDataReady(sbuf, (arg1_, arg2_) => { | |
+ tcs.SetResult (new Tuple<bool,NSError> (arg1_, arg2_)); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
+ } /* class AVSampleBufferGenerator */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferGeneratorBatch.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferGeneratorBatch.g.cs | |
new file mode 100644 | |
index 0000000..609d43f | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferGeneratorBatch.g.cs | |
@@ -0,0 +1,205 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVSampleBufferGeneratorBatch", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVSampleBufferGeneratorBatch : NSObject { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVSampleBufferGeneratorBatch"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVSampleBufferGeneratorBatch (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVSampleBufferGeneratorBatch (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("cancel")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void Cancel () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (this.Handle, Selector.GetHandle ("cancel")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cancel")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("createSampleBufferForRequest:error:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual global::CoreMedia.CMSampleBuffer? CreateSampleBuffer (AVSampleBufferRequest request, out NSError? outError) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
+ NativeHandle outErrorValue = IntPtr.Zero; | |
+ global::CoreMedia.CMSampleBuffer? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_ref_NativeHandle (this.Handle, Selector.GetHandle ("createSampleBufferForRequest:error:"), request__handle__, ref outErrorValue), false)!; | |
+ } else { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_ref_NativeHandle (this.SuperHandle, Selector.GetHandle ("createSampleBufferForRequest:error:"), request__handle__, ref outErrorValue), false)!; | |
+ } | |
+ outError = Runtime.GetNSObject<NSError> (outErrorValue)!; | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("createSampleBufferForRequest:addingToBatch:error:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual global::CoreMedia.CMSampleBuffer? CreateSampleBuffer (AVSampleBufferRequest request, AVSampleBufferGeneratorBatch batch, out NSError? outError) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
+ var batch__handle__ = batch!.GetNonNullHandle (nameof (batch)); | |
+ NativeHandle outErrorValue = IntPtr.Zero; | |
+ global::CoreMedia.CMSampleBuffer? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_ref_NativeHandle (this.Handle, Selector.GetHandle ("createSampleBufferForRequest:addingToBatch:error:"), request__handle__, batch__handle__, ref outErrorValue), false)!; | |
+ } else { | |
+ ret = Runtime.GetINativeObject<global::CoreMedia.CMSampleBuffer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_ref_NativeHandle (this.SuperHandle, Selector.GetHandle ("createSampleBufferForRequest:addingToBatch:error:"), request__handle__, batch__handle__, ref outErrorValue), false)!; | |
+ } | |
+ outError = Runtime.GetNSObject<NSError> (outErrorValue)!; | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("makeBatch")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual AVSampleBufferGeneratorBatch MakeBatch () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return Runtime.GetNSObject<AVSampleBufferGeneratorBatch> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("makeBatch")))!; | |
+ } else { | |
+ return Runtime.GetNSObject<AVSampleBufferGeneratorBatch> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("makeBatch")))!; | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("makeDataReadyWithCompletionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void MakeDataReady ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V0))]global::System.Action<NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V0.Handler, completionHandler); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("makeDataReadyWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("makeDataReadyWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
+ } | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual Task MakeDataReadyAsync () | |
+ { | |
+ var tcs = new TaskCompletionSource<bool> (); | |
+ MakeDataReady((obj_) => { | |
+ if (obj_ != null) | |
+ tcs.SetException (new NSErrorException(obj_)); | |
+ else | |
+ tcs.SetResult (true); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
+ } /* class AVSampleBufferGeneratorBatch */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferRenderSynchronizer.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferRenderSynchronizer.g.cs | |
index a22397c..155c52c 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferRenderSynchronizer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferRenderSynchronizer.g.cs | |
@@ -150,7 +150,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual NSObject AddPeriodicTimeObserver (global::CoreMedia.CMTime interval, global::CoreFoundation.DispatchQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V8))]global::System.Action<global::CoreMedia.CMTime> handler) | |
+ public unsafe virtual NSObject AddPeriodicTimeObserver (global::CoreMedia.CMTime interval, global::CoreFoundation.DispatchQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V9))]global::System.Action<global::CoreMedia.CMTime> handler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -162,7 +162,7 @@ namespace AVFoundation { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V8.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V9.Handler, handler); | |
NSObject? ret; | |
if (IsDirectBinding) { | |
ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_CMTime_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addPeriodicTimeObserverForInterval:queue:usingBlock:"), interval, queue__handle__, (IntPtr) block_ptr_handler))!; | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferRequest.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferRequest.g.cs | |
new file mode 100644 | |
index 0000000..1c894d5 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleBufferRequest.g.cs | |
@@ -0,0 +1,385 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVSampleBufferRequest", true)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVSampleBufferRequest : NSObject { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVSampleBufferRequest"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVSampleBufferRequest (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVSampleBufferRequest (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithStartCursor:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [DesignatedInitializer] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVSampleBufferRequest (AVSampleCursor startCursor) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var startCursor__handle__ = startCursor!.GetNonNullHandle (nameof (startCursor)); | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithStartCursor:"), startCursor__handle__), "initWithStartCursor:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithStartCursor:"), startCursor__handle__), "initWithStartCursor:"); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVSampleBufferRequestDirection Direction { | |
+ [Export ("direction", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVSampleBufferRequestDirection ret; | |
+ if (IsDirectBinding) { | |
+ ret = (AVSampleBufferRequestDirection) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("direction")); | |
+ } else { | |
+ ret = (AVSampleBufferRequestDirection) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("direction")); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setDirection:", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setDirection:"), (IntPtr) (long) value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setDirection:"), (IntPtr) (long) value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVSampleCursor? LimitCursor { | |
+ [Export ("limitCursor", ArgumentSemantic.Retain)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVSampleCursor? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("limitCursor")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("limitCursor")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setLimitCursor:", ArgumentSemantic.Retain)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var value__handle__ = value.GetHandle (); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setLimitCursor:"), value__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setLimitCursor:"), value__handle__); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual nint MaxSampleCount { | |
+ [Export ("maxSampleCount", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("maxSampleCount")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("maxSampleCount")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setMaxSampleCount:", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setMaxSampleCount:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setMaxSampleCount:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVSampleBufferRequestMode Mode { | |
+ [Export ("mode", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVSampleBufferRequestMode ret; | |
+ if (IsDirectBinding) { | |
+ ret = (AVSampleBufferRequestMode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("mode")); | |
+ } else { | |
+ ret = (AVSampleBufferRequestMode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("mode")); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setMode:", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setMode:"), (IntPtr) (long) value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setMode:"), (IntPtr) (long) value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual global::CoreMedia.CMTime OverrideTime { | |
+ [Export ("overrideTime", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMTime ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSend (this.Handle, Selector.GetHandle ("overrideTime")); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("overrideTime")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("overrideTime")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("overrideTime")); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("overrideTime")); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("overrideTime")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("overrideTime")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("overrideTime")); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setOverrideTime:", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CMTime (this.Handle, Selector.GetHandle ("setOverrideTime:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CMTime (this.SuperHandle, Selector.GetHandle ("setOverrideTime:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual nint PreferredMinSampleCount { | |
+ [Export ("preferredMinSampleCount", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("preferredMinSampleCount")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("preferredMinSampleCount")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setPreferredMinSampleCount:", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setPreferredMinSampleCount:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setPreferredMinSampleCount:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVSampleCursor StartCursor { | |
+ [Export ("startCursor", ArgumentSemantic.Retain)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVSampleCursor? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("startCursor")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<AVSampleCursor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("startCursor")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVSampleBufferRequest */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVSampleCursor.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleCursor.g.cs | |
new file mode 100644 | |
index 0000000..8548332 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSampleCursor.g.cs | |
@@ -0,0 +1,675 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVSampleCursor", true)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVSampleCursor : NSObject, INSCopying { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVSampleCursor"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVSampleCursor (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVSampleCursor (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("comparePositionInDecodeOrderWithPositionOfCursor:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual NSComparisonResult ComparePositionInDecodeOrder (AVSampleCursor positionOfCursor) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var positionOfCursor__handle__ = positionOfCursor!.GetNonNullHandle (nameof (positionOfCursor)); | |
+ NSComparisonResult ret; | |
+ if (IsDirectBinding) { | |
+ ret = (NSComparisonResult) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("comparePositionInDecodeOrderWithPositionOfCursor:"), positionOfCursor__handle__); | |
+ } else { | |
+ ret = (NSComparisonResult) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("comparePositionInDecodeOrderWithPositionOfCursor:"), positionOfCursor__handle__); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("copyWithZone:")] | |
+ [return: ReleaseAttribute ()] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual NSObject Copy (NSZone? zone) | |
+ { | |
+ var zone__handle__ = zone.GetHandle (); | |
+ NSObject? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!; | |
+ } | |
+ if (ret != null) | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release")); | |
+ return ret!; | |
+ } | |
+ [Export ("copyCurrentSampleFormatDescription")] | |
+ [return: ReleaseAttribute ()] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual global::CoreMedia.CMFormatDescription CopyCurrentSampleFormatDescription () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMFormatDescription? ret; | |
+ if (IsDirectBinding) { | |
+ ret = CMFormatDescription.Create (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("copyCurrentSampleFormatDescription")))!; | |
+ } else { | |
+ ret = CMFormatDescription.Create (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("copyCurrentSampleFormatDescription")))!; | |
+ } | |
+ if (ret != null) | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release")); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("samplesWithEarlierDecodeTimeStampsMayHaveLaterPresentationTimeStampsThanCursor:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual bool SamplesWithEarlierDecodeTimeStampsMayHaveLaterPresentationTimeStampsThan (AVSampleCursor positionOfCursor) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var positionOfCursor__handle__ = positionOfCursor!.GetNonNullHandle (nameof (positionOfCursor)); | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("samplesWithEarlierDecodeTimeStampsMayHaveLaterPresentationTimeStampsThanCursor:"), positionOfCursor__handle__); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("samplesWithEarlierDecodeTimeStampsMayHaveLaterPresentationTimeStampsThanCursor:"), positionOfCursor__handle__); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("samplesWithLaterDecodeTimeStampsMayHaveEarlierPresentationTimeStampsThanCursor:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual bool SamplesWithLaterDecodeTimeStampsMayHaveEarlierPresentationTimeStampsThan (AVSampleCursor positionOfCursor) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var positionOfCursor__handle__ = positionOfCursor!.GetNonNullHandle (nameof (positionOfCursor)); | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("samplesWithLaterDecodeTimeStampsMayHaveEarlierPresentationTimeStampsThanCursor:"), positionOfCursor__handle__); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("samplesWithLaterDecodeTimeStampsMayHaveEarlierPresentationTimeStampsThanCursor:"), positionOfCursor__handle__); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("stepByDecodeTime:wasPinned:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual global::CoreMedia.CMTime StepByDecodeTime (global::CoreMedia.CMTime deltaDecodeTime, out bool wasPinned) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMTime ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSend_CMTime_out_Boolean (this.Handle, Selector.GetHandle ("stepByDecodeTime:wasPinned:"), deltaDecodeTime, out wasPinned); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime_out_Boolean (out ret, this.Handle, Selector.GetHandle ("stepByDecodeTime:wasPinned:"), deltaDecodeTime, out wasPinned); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime_out_Boolean (out ret, this.Handle, Selector.GetHandle ("stepByDecodeTime:wasPinned:"), deltaDecodeTime, out wasPinned); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime_out_Boolean (out ret, this.Handle, Selector.GetHandle ("stepByDecodeTime:wasPinned:"), deltaDecodeTime, out wasPinned); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_CMTime_out_Boolean (this.SuperHandle, Selector.GetHandle ("stepByDecodeTime:wasPinned:"), deltaDecodeTime, out wasPinned); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret_CMTime_out_Boolean (out ret, this.SuperHandle, Selector.GetHandle ("stepByDecodeTime:wasPinned:"), deltaDecodeTime, out wasPinned); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret_CMTime_out_Boolean (out ret, this.SuperHandle, Selector.GetHandle ("stepByDecodeTime:wasPinned:"), deltaDecodeTime, out wasPinned); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret_CMTime_out_Boolean (out ret, this.SuperHandle, Selector.GetHandle ("stepByDecodeTime:wasPinned:"), deltaDecodeTime, out wasPinned); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("stepByPresentationTime:wasPinned:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual global::CoreMedia.CMTime StepByPresentationTime (global::CoreMedia.CMTime deltaPresentationTime, out bool wasPinned) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMTime ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSend_CMTime_out_Boolean (this.Handle, Selector.GetHandle ("stepByPresentationTime:wasPinned:"), deltaPresentationTime, out wasPinned); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime_out_Boolean (out ret, this.Handle, Selector.GetHandle ("stepByPresentationTime:wasPinned:"), deltaPresentationTime, out wasPinned); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime_out_Boolean (out ret, this.Handle, Selector.GetHandle ("stepByPresentationTime:wasPinned:"), deltaPresentationTime, out wasPinned); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret_CMTime_out_Boolean (out ret, this.Handle, Selector.GetHandle ("stepByPresentationTime:wasPinned:"), deltaPresentationTime, out wasPinned); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_CMTime_out_Boolean (this.SuperHandle, Selector.GetHandle ("stepByPresentationTime:wasPinned:"), deltaPresentationTime, out wasPinned); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret_CMTime_out_Boolean (out ret, this.SuperHandle, Selector.GetHandle ("stepByPresentationTime:wasPinned:"), deltaPresentationTime, out wasPinned); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret_CMTime_out_Boolean (out ret, this.SuperHandle, Selector.GetHandle ("stepByPresentationTime:wasPinned:"), deltaPresentationTime, out wasPinned); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret_CMTime_out_Boolean (out ret, this.SuperHandle, Selector.GetHandle ("stepByPresentationTime:wasPinned:"), deltaPresentationTime, out wasPinned); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("stepInDecodeOrderByCount:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual long StepInDecodeOrder (long stepCount) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.Int64_objc_msgSend_Int64 (this.Handle, Selector.GetHandle ("stepInDecodeOrderByCount:"), stepCount); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.Int64_objc_msgSendSuper_Int64 (this.SuperHandle, Selector.GetHandle ("stepInDecodeOrderByCount:"), stepCount); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("stepInPresentationOrderByCount:")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual long StepInPresentationOrder (long stepCount) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.Int64_objc_msgSend_Int64 (this.Handle, Selector.GetHandle ("stepInPresentationOrderByCount:"), stepCount); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.Int64_objc_msgSendSuper_Int64 (this.SuperHandle, Selector.GetHandle ("stepInPresentationOrderByCount:"), stepCount); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSObject CurrentChunkInfo { | |
+ [Export ("currentChunkInfo")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSObject? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("currentChunkInfo")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentChunkInfo")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSObject CurrentChunkStorageRange { | |
+ [Export ("currentChunkStorageRange")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSObject? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("currentChunkStorageRange")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentChunkStorageRange")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSUrl? CurrentChunkStorageUrl { | |
+ [Export ("currentChunkStorageURL")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSUrl? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<NSUrl> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("currentChunkStorageURL")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<NSUrl> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentChunkStorageURL")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVSampleCursorAudioDependencyInfo CurrentSampleAudioDependencyInfo { | |
+ [Export ("currentSampleAudioDependencyInfo")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVSampleCursorAudioDependencyInfo ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.AVSampleCursorAudioDependencyInfo_objc_msgSend (this.Handle, Selector.GetHandle ("currentSampleAudioDependencyInfo")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.AVSampleCursorAudioDependencyInfo_objc_msgSend (this.Handle, Selector.GetHandle ("currentSampleAudioDependencyInfo")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.AVSampleCursorAudioDependencyInfo_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("currentSampleAudioDependencyInfo")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.AVSampleCursorAudioDependencyInfo_objc_msgSend (this.Handle, Selector.GetHandle ("currentSampleAudioDependencyInfo")); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.AVSampleCursorAudioDependencyInfo_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentSampleAudioDependencyInfo")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.AVSampleCursorAudioDependencyInfo_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentSampleAudioDependencyInfo")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.AVSampleCursorAudioDependencyInfo_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("currentSampleAudioDependencyInfo")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.AVSampleCursorAudioDependencyInfo_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentSampleAudioDependencyInfo")); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos12.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSDictionary? CurrentSampleDependencyAttachments { | |
+ [Export ("currentSampleDependencyAttachments")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSDictionary? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<NSDictionary> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("currentSampleDependencyAttachments")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<NSDictionary> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentSampleDependencyAttachments")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSObject CurrentSampleDependencyInfo { | |
+ [Export ("currentSampleDependencyInfo")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSObject? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("currentSampleDependencyInfo")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentSampleDependencyInfo")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual global::CoreMedia.CMTime CurrentSampleDuration { | |
+ [Export ("currentSampleDuration")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMTime ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSend (this.Handle, Selector.GetHandle ("currentSampleDuration")); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("currentSampleDuration")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("currentSampleDuration")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("currentSampleDuration")); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentSampleDuration")); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("currentSampleDuration")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("currentSampleDuration")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("currentSampleDuration")); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual long CurrentSampleIndexInChunk { | |
+ [Export ("currentSampleIndexInChunk")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.Int64_objc_msgSend (this.Handle, Selector.GetHandle ("currentSampleIndexInChunk")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.Int64_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentSampleIndexInChunk")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSObject CurrentSampleStorageRange { | |
+ [Export ("currentSampleStorageRange")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSObject? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("currentSampleStorageRange")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentSampleStorageRange")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSObject CurrentSampleSyncInfo { | |
+ [Export ("currentSampleSyncInfo")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSObject? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("currentSampleSyncInfo")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("currentSampleSyncInfo")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual global::CoreMedia.CMTime DecodeTimeStamp { | |
+ [Export ("decodeTimeStamp")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMTime ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSend (this.Handle, Selector.GetHandle ("decodeTimeStamp")); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("decodeTimeStamp")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("decodeTimeStamp")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("decodeTimeStamp")); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("decodeTimeStamp")); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("decodeTimeStamp")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("decodeTimeStamp")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("decodeTimeStamp")); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual global::CoreMedia.CMTime PresentationTimeStamp { | |
+ [Export ("presentationTimeStamp")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMTime ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSend (this.Handle, Selector.GetHandle ("presentationTimeStamp")); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("presentationTimeStamp")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("presentationTimeStamp")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("presentationTimeStamp")); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("presentationTimeStamp")); | |
+ } else if (IntPtr.Size == 8) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("presentationTimeStamp")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("presentationTimeStamp")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.CMTime_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("presentationTimeStamp")); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos10.11")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual nint SamplesRequiredForDecoderRefresh { | |
+ [Export ("samplesRequiredForDecoderRefresh")] | |
+ [SupportedOSPlatform ("macos10.10")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("samplesRequiredForDecoderRefresh")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("samplesRequiredForDecoderRefresh")); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVSampleCursor */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisMarker.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisMarker.g.cs | |
new file mode 100644 | |
index 0000000..2a5943f | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisMarker.g.cs | |
@@ -0,0 +1,304 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVSpeechSynthesisMarker", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVSpeechSynthesisMarker : NSObject, INSCoding, INSCopying, INSSecureCoding { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVSpeechSynthesisMarker"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("init")] | |
+ public AVSpeechSynthesisMarker () : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [DesignatedInitializer] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("initWithCoder:")] | |
+ public AVSpeechSynthesisMarker (NSCoder coder) : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVSpeechSynthesisMarker (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVSpeechSynthesisMarker (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithMarkerType:forTextRange:atByteSampleOffset:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVSpeechSynthesisMarker (AVSpeechSynthesisMarkerMark type, NSRange range, nuint byteSampleOffset) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr_NSRange_UIntPtr (this.Handle, Selector.GetHandle ("initWithMarkerType:forTextRange:atByteSampleOffset:"), (IntPtr) (long) type, range, byteSampleOffset), "initWithMarkerType:forTextRange:atByteSampleOffset:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr_NSRange_UIntPtr (this.SuperHandle, Selector.GetHandle ("initWithMarkerType:forTextRange:atByteSampleOffset:"), (IntPtr) (long) type, range, byteSampleOffset), "initWithMarkerType:forTextRange:atByteSampleOffset:"); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("copyWithZone:")] | |
+ [return: ReleaseAttribute ()] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual NSObject Copy (NSZone? zone) | |
+ { | |
+ var zone__handle__ = zone.GetHandle (); | |
+ NSObject? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!; | |
+ } | |
+ if (ret != null) | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release")); | |
+ return ret!; | |
+ } | |
+ [Export ("encodeWithCoder:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void EncodeTo (NSCoder encoder) | |
+ { | |
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__); | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual nuint ByteSampleOffset { | |
+ [Export ("byteSampleOffset")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.UIntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("byteSampleOffset")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.UIntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("byteSampleOffset")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setByteSampleOffset:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_UIntPtr (this.Handle, Selector.GetHandle ("setByteSampleOffset:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_UIntPtr (this.SuperHandle, Selector.GetHandle ("setByteSampleOffset:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVSpeechSynthesisMarkerMark Mark { | |
+ [Export ("mark", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVSpeechSynthesisMarkerMark ret; | |
+ if (IsDirectBinding) { | |
+ ret = (AVSpeechSynthesisMarkerMark) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("mark")); | |
+ } else { | |
+ ret = (AVSpeechSynthesisMarkerMark) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("mark")); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setMark:", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setMark:"), (IntPtr) (long) value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setMark:"), (IntPtr) (long) value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSRange TextRange { | |
+ [Export ("textRange", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSRange ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.NSRange_objc_msgSend (this.Handle, Selector.GetHandle ("textRange")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.NSRange_objc_msgSend (this.Handle, Selector.GetHandle ("textRange")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.NSRange_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("textRange")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.NSRange_objc_msgSend (this.Handle, Selector.GetHandle ("textRange")); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.NSRange_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("textRange")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.NSRange_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("textRange")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.NSRange_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("textRange")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.NSRange_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("textRange")); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setTextRange:", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NSRange (this.Handle, Selector.GetHandle ("setTextRange:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NSRange (this.SuperHandle, Selector.GetHandle ("setTextRange:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVSpeechSynthesisMarker */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisMarkerMark.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisMarkerMark.g.cs | |
new file mode 100644 | |
index 0000000..5883143 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisMarkerMark.g.cs | |
@@ -0,0 +1,63 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [Native] | |
+ public enum AVSpeechSynthesisMarkerMark : long { | |
+ Phoneme = 0, | |
+ Word = 1, | |
+ Sentence = 2, | |
+ Paragraph = 3, | |
+ } | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisProviderAudioUnit.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisProviderAudioUnit.g.cs | |
new file mode 100644 | |
index 0000000..2c66b48 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisProviderAudioUnit.g.cs | |
@@ -0,0 +1,254 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVSpeechSynthesisProviderAudioUnit", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVSpeechSynthesisProviderAudioUnit : global::AudioUnit.AUAudioUnit { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVSpeechSynthesisProviderAudioUnit"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVSpeechSynthesisProviderAudioUnit (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVSpeechSynthesisProviderAudioUnit (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithComponentDescription:options:error:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [DesignatedInitializer] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVSpeechSynthesisProviderAudioUnit (global::AudioUnit.AudioComponentDescription componentDescription, global::AudioUnit.AudioComponentInstantiationOptions options, out NSError? outError) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NativeHandle outErrorValue = IntPtr.Zero; | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_AudioComponentDescription_UInt32_ref_NativeHandle (this.Handle, Selector.GetHandle ("initWithComponentDescription:options:error:"), componentDescription, (UInt32)options, ref outErrorValue), "initWithComponentDescription:options:error:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_AudioComponentDescription_UInt32_ref_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithComponentDescription:options:error:"), componentDescription, (UInt32)options, ref outErrorValue), "initWithComponentDescription:options:error:"); | |
+ } | |
+ outError = Runtime.GetNSObject<NSError> (outErrorValue)!; | |
+ #endif | |
+ } | |
+ [Export ("initWithComponentDescription:error:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVSpeechSynthesisProviderAudioUnit (global::AudioUnit.AudioComponentDescription componentDescription, out NSError? outError) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NativeHandle outErrorValue = IntPtr.Zero; | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_AudioComponentDescription_ref_NativeHandle (this.Handle, Selector.GetHandle ("initWithComponentDescription:error:"), componentDescription, ref outErrorValue), "initWithComponentDescription:error:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_AudioComponentDescription_ref_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithComponentDescription:error:"), componentDescription, ref outErrorValue), "initWithComponentDescription:error:"); | |
+ } | |
+ outError = Runtime.GetNSObject<NSError> (outErrorValue)!; | |
+ #endif | |
+ } | |
+ [Export ("cancelSpeechRequest")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void CancelSpeechRequest () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (this.Handle, Selector.GetHandle ("cancelSpeechRequest")); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cancelSpeechRequest")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("synthesizeSpeechRequest:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void SynthesizeSpeechRequest (AVSpeechSynthesisProviderRequest speechRequest) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var speechRequest__handle__ = speechRequest!.GetNonNullHandle (nameof (speechRequest)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("synthesizeSpeechRequest:"), speechRequest__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("synthesizeSpeechRequest:"), speechRequest__handle__); | |
+ } | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe virtual AVSpeechSynthesisProviderOutputBlock? SpeechSynthesisOutputMetadataBlock { | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDAVSpeechSynthesisProviderOutputBlock))] | |
+ [Export ("speechSynthesisOutputMetadataBlock", ArgumentSemantic.Copy)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NativeHandle ret; | |
+ if (IsDirectBinding) { | |
+ ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("speechSynthesisOutputMetadataBlock")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("speechSynthesisOutputMetadataBlock")); | |
+ } | |
+ return global::ObjCRuntime.Trampolines.NIDAVSpeechSynthesisProviderOutputBlock.Create (ret)!; | |
+ #endif | |
+ } | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAVSpeechSynthesisProviderOutputBlock))] | |
+ [Export ("setSpeechSynthesisOutputMetadataBlock:", ArgumentSemantic.Copy)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ BlockLiteral *block_ptr_value; | |
+ BlockLiteral block_value; | |
+ block_value = new BlockLiteral (); | |
+ block_ptr_value = &block_value; | |
+ block_value.SetupBlockUnsafe (Trampolines.SDAVSpeechSynthesisProviderOutputBlock.Handler, value); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setSpeechSynthesisOutputMetadataBlock:"), (IntPtr) block_ptr_value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setSpeechSynthesisOutputMetadataBlock:"), (IntPtr) block_ptr_value); | |
+ } | |
+ block_ptr_value->CleanupBlock (); | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVSpeechSynthesisProviderVoice[] SpeechVoices { | |
+ [Export ("speechVoices", ArgumentSemantic.Retain)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVSpeechSynthesisProviderVoice[]? ret; | |
+ if (IsDirectBinding) { | |
+ ret = CFArray.ArrayFromHandle<AVSpeechSynthesisProviderVoice>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("speechVoices")))!; | |
+ } else { | |
+ ret = CFArray.ArrayFromHandle<AVSpeechSynthesisProviderVoice>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("speechVoices")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setSpeechVoices:", ArgumentSemantic.Retain)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (value is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value)); | |
+ var nsa_value = NSArray.FromNSObjects (value); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setSpeechVoices:"), nsa_value.Handle); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setSpeechVoices:"), nsa_value.Handle); | |
+ } | |
+ nsa_value.Dispose (); | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVSpeechSynthesisProviderAudioUnit */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisProviderRequest.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisProviderRequest.g.cs | |
new file mode 100644 | |
index 0000000..82371cd | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisProviderRequest.g.cs | |
@@ -0,0 +1,204 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVSpeechSynthesisProviderRequest", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVSpeechSynthesisProviderRequest : NSObject, INSCoding, INSCopying, INSSecureCoding { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVSpeechSynthesisProviderRequest"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [DesignatedInitializer] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("initWithCoder:")] | |
+ public AVSpeechSynthesisProviderRequest (NSCoder coder) : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVSpeechSynthesisProviderRequest (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVSpeechSynthesisProviderRequest (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithSSMLRepresentation:voice:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVSpeechSynthesisProviderRequest (string text, AVSpeechSynthesisProviderVoice voice) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (text is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (text)); | |
+ var voice__handle__ = voice!.GetNonNullHandle (nameof (voice)); | |
+ var nstext = CFString.CreateNative (text); | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithSSMLRepresentation:voice:"), nstext, voice__handle__), "initWithSSMLRepresentation:voice:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithSSMLRepresentation:voice:"), nstext, voice__handle__), "initWithSSMLRepresentation:voice:"); | |
+ } | |
+ CFString.ReleaseNative (nstext); | |
+ #endif | |
+ } | |
+ [Export ("copyWithZone:")] | |
+ [return: ReleaseAttribute ()] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual NSObject Copy (NSZone? zone) | |
+ { | |
+ var zone__handle__ = zone.GetHandle (); | |
+ NSObject? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!; | |
+ } | |
+ if (ret != null) | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release")); | |
+ return ret!; | |
+ } | |
+ [Export ("encodeWithCoder:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void EncodeTo (NSCoder encoder) | |
+ { | |
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__); | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual string SsmlRepresentation { | |
+ [Export ("ssmlRepresentation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("ssmlRepresentation")))!; | |
+ } else { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("ssmlRepresentation")))!; | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVSpeechSynthesisProviderVoice Voice { | |
+ [Export ("voice")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVSpeechSynthesisProviderVoice? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<AVSpeechSynthesisProviderVoice> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("voice")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<AVSpeechSynthesisProviderVoice> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("voice")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVSpeechSynthesisProviderRequest */ | |
+} | |
diff --git a/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisProviderVoice.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisProviderVoice.g.cs | |
new file mode 100644 | |
index 0000000..d3f31c4 | |
--- /dev/null | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisProviderVoice.g.cs | |
@@ -0,0 +1,435 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using UIKit; | |
+using GLKit; | |
+using Metal; | |
+using CoreML; | |
+using MapKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using Messages; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using QuickLook; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using CoreMotion; | |
+using ObjCRuntime; | |
+using AddressBook; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using NewsstandKit; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AVFoundation { | |
+ [Register("AVSpeechSynthesisProviderVoice", true)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public unsafe partial class AVSpeechSynthesisProviderVoice : NSObject, INSCoding, INSCopying, INSSecureCoding { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ #if ARCH_32 | |
+ #pragma warning disable 649 | |
+ static readonly NativeHandle class_ptr; | |
+ #pragma warning restore 649 | |
+ #else | |
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVSpeechSynthesisProviderVoice"); | |
+ #endif | |
+ public override NativeHandle ClassHandle { get { return class_ptr; } } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [DesignatedInitializer] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ [Export ("initWithCoder:")] | |
+ public AVSpeechSynthesisProviderVoice (NSCoder coder) : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:"); | |
+ } | |
+ #endif | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected AVSpeechSynthesisProviderVoice (NSObjectFlag t) : base (t) | |
+ { | |
+ } | |
+ | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [EditorBrowsable (EditorBrowsableState.Advanced)] | |
+ protected internal AVSpeechSynthesisProviderVoice (NativeHandle handle) : base (handle) | |
+ { | |
+ } | |
+ | |
+ [Export ("initWithName:identifier:primaryLanguages:supportedLanguages:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public AVSpeechSynthesisProviderVoice (string name, string identifier, string[] primaryLanguages, string[] supportedLanguages) | |
+ : base (NSObjectFlag.Empty) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (name is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name)); | |
+ if (identifier is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier)); | |
+ if (primaryLanguages is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (primaryLanguages)); | |
+ if (supportedLanguages is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (supportedLanguages)); | |
+ var nsname = CFString.CreateNative (name); | |
+ var nsidentifier = CFString.CreateNative (identifier); | |
+ var nsa_primaryLanguages = NSArray.FromStrings (primaryLanguages); | |
+ var nsa_supportedLanguages = NSArray.FromStrings (supportedLanguages); | |
+ if (IsDirectBinding) { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithName:identifier:primaryLanguages:supportedLanguages:"), nsname, nsidentifier, nsa_primaryLanguages.Handle, nsa_supportedLanguages.Handle), "initWithName:identifier:primaryLanguages:supportedLanguages:"); | |
+ } else { | |
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithName:identifier:primaryLanguages:supportedLanguages:"), nsname, nsidentifier, nsa_primaryLanguages.Handle, nsa_supportedLanguages.Handle), "initWithName:identifier:primaryLanguages:supportedLanguages:"); | |
+ } | |
+ CFString.ReleaseNative (nsname); | |
+ CFString.ReleaseNative (nsidentifier); | |
+ nsa_primaryLanguages.Dispose (); | |
+ nsa_supportedLanguages.Dispose (); | |
+ #endif | |
+ } | |
+ [Export ("copyWithZone:")] | |
+ [return: ReleaseAttribute ()] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual NSObject Copy (NSZone? zone) | |
+ { | |
+ var zone__handle__ = zone.GetHandle (); | |
+ NSObject? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!; | |
+ } | |
+ if (ret != null) | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release")); | |
+ return ret!; | |
+ } | |
+ [Export ("encodeWithCoder:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void EncodeTo (NSCoder encoder) | |
+ { | |
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__); | |
+ } | |
+ } | |
+ [Export ("updateSpeechVoices")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static void UpdateSpeechVoices () | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend (class_ptr, Selector.GetHandle ("updateSpeechVoices")); | |
+ #endif | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual nint Age { | |
+ [Export ("age")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("age")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("age")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setAge:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setAge:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setAge:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual AVSpeechSynthesisVoiceGender Gender { | |
+ [Export ("gender", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ AVSpeechSynthesisVoiceGender ret; | |
+ if (IsDirectBinding) { | |
+ ret = (AVSpeechSynthesisVoiceGender) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("gender")); | |
+ } else { | |
+ ret = (AVSpeechSynthesisVoiceGender) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("gender")); | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("setGender:", ArgumentSemantic.UnsafeUnretained)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setGender:"), (IntPtr) (long) value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setGender:"), (IntPtr) (long) value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual string Identifier { | |
+ [Export ("identifier")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("identifier")))!; | |
+ } else { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("identifier")))!; | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual string Name { | |
+ [Export ("name")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("name")))!; | |
+ } else { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("name")))!; | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual string[] PrimaryLanguages { | |
+ [Export ("primaryLanguages")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return CFArray.StringArrayFromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("primaryLanguages")))!; | |
+ } else { | |
+ return CFArray.StringArrayFromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("primaryLanguages")))!; | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual string[] SupportedLanguages { | |
+ [Export ("supportedLanguages")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return CFArray.StringArrayFromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("supportedLanguages")))!; | |
+ } else { | |
+ return CFArray.StringArrayFromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("supportedLanguages")))!; | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual string Version { | |
+ [Export ("version", ArgumentSemantic.Retain)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("version")))!; | |
+ } else { | |
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("version")))!; | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setVersion:", ArgumentSemantic.Retain)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (value is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value)); | |
+ var nsvalue = CFString.CreateNative (value); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setVersion:"), nsvalue); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setVersion:"), nsvalue); | |
+ } | |
+ CFString.ReleaseNative (nsvalue); | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual long VoiceSize { | |
+ [Export ("voiceSize")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ return global::ObjCRuntime.Messaging.Int64_objc_msgSend (this.Handle, Selector.GetHandle ("voiceSize")); | |
+ } else { | |
+ return global::ObjCRuntime.Messaging.Int64_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("voiceSize")); | |
+ } | |
+ #endif | |
+ } | |
+ [Export ("setVoiceSize:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ set { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_Int64 (this.Handle, Selector.GetHandle ("setVoiceSize:"), value); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_Int64 (this.SuperHandle, Selector.GetHandle ("setVoiceSize:"), value); | |
+ } | |
+ #endif | |
+ } | |
+ } | |
+ } /* class AVSpeechSynthesisProviderVoice */ | |
+} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisVoiceQuality.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisVoiceQuality.g.cs | |
index b929941..788c8d0 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisVoiceQuality.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesisVoiceQuality.g.cs | |
@@ -57,5 +57,6 @@ namespace AVFoundation { | |
public enum AVSpeechSynthesisVoiceQuality : long { | |
Default = 1, | |
Enhanced = 2, | |
+ Premium = 3, | |
} | |
} | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesizer.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesizer.g.cs | |
index 7502bc5..42b8920 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesizer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechSynthesizer.g.cs | |
@@ -145,7 +145,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[SupportedOSPlatform ("macos10.15")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WriteUtterance (AVSpeechUtterance utterance, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V11))]global::System.Action<AVAudioBuffer> bufferCallback) | |
+ public unsafe virtual void WriteUtterance (AVSpeechUtterance utterance, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V12))]global::System.Action<AVAudioBuffer> bufferCallback) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -157,7 +157,7 @@ namespace AVFoundation { | |
BlockLiteral block_bufferCallback; | |
block_bufferCallback = new BlockLiteral (); | |
block_ptr_bufferCallback = &block_bufferCallback; | |
- block_bufferCallback.SetupBlockUnsafe (Trampolines.SDActionArity1V11.Handler, bufferCallback); | |
+ block_bufferCallback.SetupBlockUnsafe (Trampolines.SDActionArity1V12.Handler, bufferCallback); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeUtterance:toBufferCallback:"), utterance__handle__, (IntPtr) block_ptr_bufferCallback); | |
} else { | |
@@ -179,6 +179,41 @@ namespace AVFoundation { | |
}); | |
return tcs.Task; | |
} | |
+ [Export ("writeUtterance:toBufferCallback:toMarkerCallback:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void WriteUtterance (AVSpeechUtterance utterance, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAVSpeechSynthesizerBufferCallback))]AVSpeechSynthesizerBufferCallback bufferCallback, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAVSpeechSynthesizerMarkerCallback))]AVSpeechSynthesizerMarkerCallback markerCallback) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var utterance__handle__ = utterance!.GetNonNullHandle (nameof (utterance)); | |
+ if (bufferCallback is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (bufferCallback)); | |
+ if (markerCallback is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (markerCallback)); | |
+ BlockLiteral *block_ptr_bufferCallback; | |
+ BlockLiteral block_bufferCallback; | |
+ block_bufferCallback = new BlockLiteral (); | |
+ block_ptr_bufferCallback = &block_bufferCallback; | |
+ block_bufferCallback.SetupBlockUnsafe (Trampolines.SDAVSpeechSynthesizerBufferCallback.Handler, bufferCallback); | |
+ BlockLiteral *block_ptr_markerCallback; | |
+ BlockLiteral block_markerCallback; | |
+ block_markerCallback = new BlockLiteral (); | |
+ block_ptr_markerCallback = &block_markerCallback; | |
+ block_markerCallback.SetupBlockUnsafe (Trampolines.SDAVSpeechSynthesizerMarkerCallback.Handler, markerCallback); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeUtterance:toBufferCallback:toMarkerCallback:"), utterance__handle__, (IntPtr) block_ptr_bufferCallback, (IntPtr) block_ptr_markerCallback); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("writeUtterance:toBufferCallback:toMarkerCallback:"), utterance__handle__, (IntPtr) block_ptr_bufferCallback, (IntPtr) block_ptr_markerCallback); | |
+ } | |
+ block_ptr_bufferCallback->CleanupBlock (); | |
+ block_ptr_markerCallback->CleanupBlock (); | |
+ #endif | |
+ } | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("macos10.15")] | |
[SupportedOSPlatform ("ios7.0")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVSpeechUtterance.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechUtterance.g.cs | |
index f3c261c..3f07472 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVSpeechUtterance.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVSpeechUtterance.g.cs | |
@@ -95,25 +95,6 @@ namespace AVFoundation { | |
{ | |
} | |
- [Export ("initWithString:")] | |
- [SupportedOSPlatform ("macos10.15")] | |
- [SupportedOSPlatform ("ios7.0")] | |
- [SupportedOSPlatform ("tvos")] | |
- [SupportedOSPlatform ("maccatalyst7.0")] | |
- [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public AVSpeechUtterance (string speechString) | |
- : base (NSObjectFlag.Empty) | |
- { | |
- if (speechString is null) | |
- ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (speechString)); | |
- var nsspeechString = CFString.CreateNative (speechString); | |
- if (IsDirectBinding) { | |
- InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithString:"), nsspeechString), "initWithString:"); | |
- } else { | |
- InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithString:"), nsspeechString), "initWithString:"); | |
- } | |
- CFString.ReleaseNative (nsspeechString); | |
- } | |
[Export ("initWithAttributedString:")] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -192,6 +173,70 @@ namespace AVFoundation { | |
var speechString__handle__ = speechString!.GetNonNullHandle (nameof (speechString)); | |
return Runtime.GetNSObject<AVSpeechUtterance> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("speechUtteranceWithAttributedString:"), speechString__handle__))!; | |
} | |
+ [Export ("speechUtteranceWithSSMLRepresentation:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static AVSpeechUtterance? GetSpeechUtterance (string SsmlRepresentation) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (SsmlRepresentation is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (SsmlRepresentation)); | |
+ var nsSsmlRepresentation = CFString.CreateNative (SsmlRepresentation); | |
+ AVSpeechUtterance? ret; | |
+ ret = Runtime.GetNSObject<AVSpeechUtterance> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("speechUtteranceWithSSMLRepresentation:"), nsSsmlRepresentation))!; | |
+ CFString.ReleaseNative (nsSsmlRepresentation); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("initWithSSMLRepresentation:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ internal virtual NativeHandle _InitFromSsmlRepresentation (string SsmlRepresentation) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ if (SsmlRepresentation is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (SsmlRepresentation)); | |
+ var nsSsmlRepresentation = CFString.CreateNative (SsmlRepresentation); | |
+ NativeHandle ret; | |
+ if (IsDirectBinding) { | |
+ ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithSSMLRepresentation:"), nsSsmlRepresentation); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithSSMLRepresentation:"), nsSsmlRepresentation); | |
+ } | |
+ CFString.ReleaseNative (nsSsmlRepresentation); | |
+ return ret!; | |
+ #endif | |
+ } | |
+ [Export ("initWithString:")] | |
+ [SupportedOSPlatform ("macos10.15")] | |
+ [SupportedOSPlatform ("ios7.0")] | |
+ [SupportedOSPlatform ("tvos")] | |
+ [SupportedOSPlatform ("maccatalyst7.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ internal virtual NativeHandle _InitFromString (string speechString) | |
+ { | |
+ if (speechString is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (speechString)); | |
+ var nsspeechString = CFString.CreateNative (speechString); | |
+ NativeHandle ret; | |
+ if (IsDirectBinding) { | |
+ ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithString:"), nsspeechString); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithString:"), nsspeechString); | |
+ } | |
+ CFString.ReleaseNative (nsspeechString); | |
+ return ret!; | |
+ } | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVUrlAsset.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVUrlAsset.g.cs | |
index 3305beb..c219ae5 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVUrlAsset.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVUrlAsset.g.cs | |
@@ -107,6 +107,22 @@ namespace AVFoundation { | |
{ | |
} | |
[Export ("compatibleTrackForCompositionTrack:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
@@ -165,7 +181,7 @@ namespace AVFoundation { | |
[SupportedOSPlatform ("ios15.0")] | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FindCompatibleTrack (AVCompositionTrack compositionTrack, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V24))]global::System.Action<AVAssetTrack, NSError> completionHandler) | |
+ public unsafe virtual void FindCompatibleTrack (AVCompositionTrack compositionTrack, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V26))]global::System.Action<AVAssetTrack, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -177,7 +193,7 @@ namespace AVFoundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V24.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V26.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("findCompatibleTrackForCompositionTrack:completionHandler:"), compositionTrack__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -283,6 +299,31 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual NSUuid HttpSessionIdentifier { | |
+ [Export ("httpSessionIdentifier")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ NSUuid? ret; | |
+ if (IsDirectBinding) { | |
+ ret = Runtime.GetNSObject<NSUuid> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("httpSessionIdentifier")))!; | |
+ } else { | |
+ ret = Runtime.GetNSObject<NSUuid> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("httpSessionIdentifier")))!; | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos10.2")] | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("ios10.3")] | |
@@ -441,6 +482,24 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _HttpUserAgentKey; | |
+ [Field ("AVURLAssetHTTPUserAgentKey", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString HttpUserAgentKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_HttpUserAgentKey is null) | |
+ _HttpUserAgentKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVURLAssetHTTPUserAgentKey")!; | |
+ return _HttpUserAgentKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
static NSString? _PreferPreciseDurationAndTimingKey; | |
[Field ("AVURLAssetPreferPreciseDurationAndTimingKey", "AVFoundation")] | |
[SupportedOSPlatform ("ios")] | |
@@ -459,6 +518,24 @@ namespace AVFoundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _PrimarySessionIdentifierKey; | |
+ [Field ("AVURLAssetPrimarySessionIdentifierKey", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString PrimarySessionIdentifierKey { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_PrimarySessionIdentifierKey is null) | |
+ _PrimarySessionIdentifierKey = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVURLAssetPrimarySessionIdentifierKey")!; | |
+ return _PrimarySessionIdentifierKey; | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
static NSString? _ReferenceRestrictionsKey; | |
[Field ("AVURLAssetReferenceRestrictionsKey", "AVFoundation")] | |
[SupportedOSPlatform ("ios")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVVideoComposition.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVVideoComposition.g.cs | |
index 78094ba..9174168 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVVideoComposition.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVVideoComposition.g.cs | |
@@ -102,13 +102,99 @@ namespace AVFoundation { | |
global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release")); | |
return ret!; | |
} | |
+ [Export ("videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static void Create (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V11))]global::System.Action<AVAsynchronousCIImageFilteringRequest> applier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V25))]global::System.Action<AVVideoComposition, NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
+ if (applier is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (applier)); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_applier; | |
+ BlockLiteral block_applier; | |
+ block_applier = new BlockLiteral (); | |
+ block_ptr_applier = &block_applier; | |
+ block_applier.SetupBlockUnsafe (Trampolines.SDActionArity1V11.Handler, applier); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V25.Handler, completionHandler); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler:"), asset__handle__, (IntPtr) block_ptr_applier, (IntPtr) block_ptr_completionHandler); | |
+ block_ptr_applier->CleanupBlock (); | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static Task<AVVideoComposition> CreateAsync (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V11))]global::System.Action<AVAsynchronousCIImageFilteringRequest> applier) | |
+ { | |
+ var tcs = new TaskCompletionSource<AVVideoComposition> (); | |
+ Create(asset, applier, (arg1_, arg2_) => { | |
+ if (arg2_ != null) | |
+ tcs.SetException (new NSErrorException(arg2_)); | |
+ else | |
+ tcs.SetResult (arg1_!); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
+ [Export ("videoCompositionWithPropertiesOfAsset:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static void Create (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V24))]global::System.Action<AVMutableVideoComposition, NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V24.Handler, completionHandler); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("videoCompositionWithPropertiesOfAsset:completionHandler:"), asset__handle__, (IntPtr) block_ptr_completionHandler); | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static Task<AVMutableVideoComposition> CreateAsync (AVAsset asset) | |
+ { | |
+ var tcs = new TaskCompletionSource<AVMutableVideoComposition> (); | |
+ Create(asset, (arg1_, arg2_) => { | |
+ if (arg2_ != null) | |
+ tcs.SetException (new NSErrorException(arg2_)); | |
+ else | |
+ tcs.SetResult (arg1_!); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
[Export ("videoCompositionWithAsset:applyingCIFiltersWithHandler:")] | |
[SupportedOSPlatform ("ios9.0")] | |
[SupportedOSPlatform ("macos10.11")] | |
[SupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static AVVideoComposition CreateVideoComposition (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V10))]global::System.Action<AVAsynchronousCIImageFilteringRequest> applier) | |
+ public unsafe static AVVideoComposition CreateVideoComposition (AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V11))]global::System.Action<AVAsynchronousCIImageFilteringRequest> applier) | |
{ | |
var asset__handle__ = asset!.GetNonNullHandle (nameof (asset)); | |
if (applier is null) | |
@@ -117,12 +203,53 @@ namespace AVFoundation { | |
BlockLiteral block_applier; | |
block_applier = new BlockLiteral (); | |
block_ptr_applier = &block_applier; | |
- block_applier.SetupBlockUnsafe (Trampolines.SDActionArity1V10.Handler, applier); | |
+ block_applier.SetupBlockUnsafe (Trampolines.SDActionArity1V11.Handler, applier); | |
AVVideoComposition? ret; | |
ret = Runtime.GetNSObject<AVVideoComposition> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("videoCompositionWithAsset:applyingCIFiltersWithHandler:"), asset__handle__, (IntPtr) block_ptr_applier))!; | |
block_ptr_applier->CleanupBlock (); | |
return ret!; | |
} | |
+ [Export ("determineValidityForAsset:timeRange:validationDelegate:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void DetermineValidity (AVAsset? asset, global::CoreMedia.CMTimeRange timeRange, IAVVideoCompositionValidationHandling? validationDelegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V0))]global::System.Action<bool, NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset.GetHandle (); | |
+ var validationDelegate__handle__ = validationDelegate.GetHandle (); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V0.Handler, completionHandler); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_CMTimeRange_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("determineValidityForAsset:timeRange:validationDelegate:completionHandler:"), asset__handle__, timeRange, validationDelegate__handle__, (IntPtr) block_ptr_completionHandler); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle_CMTimeRange_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("determineValidityForAsset:timeRange:validationDelegate:completionHandler:"), asset__handle__, timeRange, validationDelegate__handle__, (IntPtr) block_ptr_completionHandler); | |
+ } | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual Task<Tuple<bool,NSError>> DetermineValidityAsync (AVAsset? asset, global::CoreMedia.CMTimeRange timeRange, IAVVideoCompositionValidationHandling? validationDelegate) | |
+ { | |
+ var tcs = new TaskCompletionSource<Tuple<bool,NSError>> (); | |
+ DetermineValidity(asset, timeRange, validationDelegate, (arg1_, arg2_) => { | |
+ tcs.SetResult (new Tuple<bool,NSError> (arg1_, arg2_)); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
[Export ("videoCompositionWithPropertiesOfAsset:")] | |
[SupportedOSPlatform ("macos10.9")] | |
[SupportedOSPlatform ("ios")] | |
@@ -135,6 +262,22 @@ namespace AVFoundation { | |
return Runtime.GetNSObject<AVVideoComposition> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("videoCompositionWithPropertiesOfAsset:"), asset__handle__))!; | |
} | |
[Export ("isValidForAsset:timeRange:validationDelegate:")] | |
+ #if __MACOS__ | |
+ [Advice ("Starting with macos13.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("macos13.0")] | |
+ #if __IOS__ | |
+ [Advice ("Starting with ios16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("ios16.0")] | |
+ #if __TVOS__ | |
+ [Advice ("Starting with tvos16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("tvos16.0")] | |
+ #if __MACCATALYST__ && !__IOS__ | |
+ [Advice ("Starting with maccatalyst16.0.")] | |
+ #endif | |
+ [UnsupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVVideoCompositionRenderHint.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVVideoCompositionRenderHint.g.cs | |
index d2ffd92..09ed0de 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVVideoCompositionRenderHint.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVVideoCompositionRenderHint.g.cs | |
@@ -92,6 +92,47 @@ namespace AVFoundation { | |
{ | |
} | |
+ [Export ("determineValidityForAsset:timeRange:validationDelegate:completionHandler:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual void DetermineValidity (AVAsset? asset, global::CoreMedia.CMTimeRange timeRange, IAVVideoCompositionValidationHandling? validationDelegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V0))]global::System.Action<bool, NSError> completionHandler) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ var asset__handle__ = asset.GetHandle (); | |
+ var validationDelegate__handle__ = validationDelegate.GetHandle (); | |
+ if (completionHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
+ BlockLiteral *block_ptr_completionHandler; | |
+ BlockLiteral block_completionHandler; | |
+ block_completionHandler = new BlockLiteral (); | |
+ block_ptr_completionHandler = &block_completionHandler; | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V0.Handler, completionHandler); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_CMTimeRange_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("determineValidityForAsset:timeRange:validationDelegate:completionHandler:"), asset__handle__, timeRange, validationDelegate__handle__, (IntPtr) block_ptr_completionHandler); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle_CMTimeRange_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("determineValidityForAsset:timeRange:validationDelegate:completionHandler:"), asset__handle__, timeRange, validationDelegate__handle__, (IntPtr) block_ptr_completionHandler); | |
+ } | |
+ block_ptr_completionHandler->CleanupBlock (); | |
+ #endif | |
+ } | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe virtual Task<Tuple<bool,NSError>> DetermineValidityAsync (AVAsset? asset, global::CoreMedia.CMTimeRange timeRange, IAVVideoCompositionValidationHandling? validationDelegate) | |
+ { | |
+ var tcs = new TaskCompletionSource<Tuple<bool,NSError>> (); | |
+ DetermineValidity(asset, timeRange, validationDelegate, (arg1_, arg2_) => { | |
+ tcs.SetResult (new Tuple<bool,NSError> (arg1_, arg2_)); | |
+ }); | |
+ return tcs.Task; | |
+ } | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos13.0")] | |
[SupportedOSPlatform ("macos10.15")] | |
diff --git a/old/dotnet/ios/generated-sources/AVFoundation/AVVideoTransferFunction.g.cs b/new/dotnet/ios/generated-sources/AVFoundation/AVVideoTransferFunction.g.cs | |
index bf9d19a..4bfdada 100644 | |
--- a/old/dotnet/ios/generated-sources/AVFoundation/AVVideoTransferFunction.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVFoundation/AVVideoTransferFunction.g.cs | |
@@ -72,5 +72,23 @@ namespace AVFoundation { | |
return _AVVideoTransferFunction_Itu_R_709_2; | |
} | |
} | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ static NSString? _AVVideoTransferFunction_Linear; | |
+ [Field ("AVVideoTransferFunction_Linear", "AVFoundation")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public static NSString AVVideoTransferFunction_Linear { | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ get { | |
+ if (_AVVideoTransferFunction_Linear is null) | |
+ _AVVideoTransferFunction_Linear = Dlfcn.GetStringConstant (Libraries.AVFoundation.Handle, "AVVideoTransferFunction_Linear")!; | |
+ return _AVVideoTransferFunction_Linear; | |
+ } | |
+ } | |
} /* class AVVideoTransferFunction */ | |
} | |
diff --git a/old/dotnet/ios/generated-sources/AVKit/AVAudioSession_AVPlaybackRouteSelecting.g.cs b/new/dotnet/ios/generated-sources/AVKit/AVAudioSession_AVPlaybackRouteSelecting.g.cs | |
index 7595d1d..a3e2f9b 100644 | |
--- a/old/dotnet/ios/generated-sources/AVKit/AVAudioSession_AVPlaybackRouteSelecting.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AVKit/AVAudioSession_AVPlaybackRouteSelecting.g.cs | |
@@ -68,7 +68,7 @@ namespace AVKit { | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void PrepareRouteSelectionForPlayback (this global::AVFoundation.AVAudioSession This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V25))]global::System.Action<bool, AVAudioSessionRouteSelection> completionHandler) | |
+ public unsafe static void PrepareRouteSelectionForPlayback (this global::AVFoundation.AVAudioSession This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<bool, AVAudioSessionRouteSelection> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -79,7 +79,7 @@ namespace AVKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V25.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("prepareRouteSelectionForPlaybackWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/Accessibility/AXBrailleMapRenderer.g.cs b/new/dotnet/ios/generated-sources/Accessibility/AXBrailleMapRenderer.g.cs | |
index 3e82e76..9d324de 100644 | |
--- a/old/dotnet/ios/generated-sources/Accessibility/AXBrailleMapRenderer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Accessibility/AXBrailleMapRenderer.g.cs | |
@@ -55,7 +55,7 @@ namespace Accessibility { | |
[SupportedOSPlatform ("maccatalyst15.2")] | |
[Protocol (Name = "AXBrailleMapRenderer", WrapperType = typeof (AXBrailleMapRendererWrapper))] | |
[ProtocolMember (IsRequired = false, IsProperty = true, IsStatic = false, Name = "AccessibilityBrailleMapRenderRegion", Selector = "accessibilityBrailleMapRenderRegion", PropertyType = typeof (CGRect), GetterSelector = "accessibilityBrailleMapRenderRegion", SetterSelector = "setAccessibilityBrailleMapRenderRegion:", ArgumentSemantic = ArgumentSemantic.UnsafeUnretained)] | |
- [ProtocolMember (IsRequired = false, IsProperty = true, IsStatic = false, Name = "AccessibilityBrailleMapRenderer", Selector = "accessibilityBrailleMapRenderer", PropertyType = typeof (global::System.Action<global::Accessibility.AXBrailleMap>), GetterSelector = "accessibilityBrailleMapRenderer", SetterSelector = "setAccessibilityBrailleMapRenderer:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V12) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity1V12))] | |
+ [ProtocolMember (IsRequired = false, IsProperty = true, IsStatic = false, Name = "AccessibilityBrailleMapRenderer", Selector = "accessibilityBrailleMapRenderer", PropertyType = typeof (global::System.Action<global::Accessibility.AXBrailleMap>), GetterSelector = "accessibilityBrailleMapRenderer", SetterSelector = "setAccessibilityBrailleMapRenderer:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V13) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity1V13))] | |
public partial interface IAXBrailleMapRenderer : INativeObject, IDisposable | |
{ | |
} | |
@@ -96,7 +96,7 @@ namespace Accessibility { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_CGRect (This.Handle, Selector.GetHandle ("setAccessibilityBrailleMapRenderRegion:"), value); | |
#endif | |
} | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V12))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V13))] | |
[SupportedOSPlatform ("tvos15.2")] | |
[SupportedOSPlatform ("macos12.1")] | |
[SupportedOSPlatform ("ios15.2")] | |
@@ -109,7 +109,7 @@ namespace Accessibility { | |
#else | |
NativeHandle ret; | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (This.Handle, Selector.GetHandle ("accessibilityBrailleMapRenderer")); | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V12.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V13.Create (ret)!; | |
#endif | |
} | |
[SupportedOSPlatform ("tvos15.2")] | |
@@ -117,7 +117,7 @@ namespace Accessibility { | |
[SupportedOSPlatform ("ios15.2")] | |
[SupportedOSPlatform ("maccatalyst15.2")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void SetAccessibilityBrailleMapRenderer (this IAXBrailleMapRenderer This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V12))]global::System.Action<AXBrailleMap> value) | |
+ public unsafe static void SetAccessibilityBrailleMapRenderer (this IAXBrailleMapRenderer This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V13))]global::System.Action<AXBrailleMap> value) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -128,7 +128,7 @@ namespace Accessibility { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V12.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V13.Handler, value); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("setAccessibilityBrailleMapRenderer:"), (IntPtr) block_ptr_value); | |
block_ptr_value->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/Accounts/ACAccountStore.g.cs b/new/dotnet/ios/generated-sources/Accounts/ACAccountStore.g.cs | |
index e157cac..0869ba0 100644 | |
--- a/old/dotnet/ios/generated-sources/Accounts/ACAccountStore.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Accounts/ACAccountStore.g.cs | |
@@ -256,7 +256,7 @@ namespace Accounts { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RenewCredentials (ACAccount account, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V26))]global::System.Action<ACAccountCredentialRenewResult, NSError> completionHandler) | |
+ public unsafe virtual void RenewCredentials (ACAccount account, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V28))]global::System.Action<ACAccountCredentialRenewResult, NSError> completionHandler) | |
{ | |
var account__handle__ = account!.GetNonNullHandle (nameof (account)); | |
if (completionHandler is null) | |
@@ -265,7 +265,7 @@ namespace Accounts { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V26.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V28.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("renewCredentialsForAccount:completion:"), account__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/AppTrackingTransparency/ATTrackingManager.g.cs b/new/dotnet/ios/generated-sources/AppTrackingTransparency/ATTrackingManager.g.cs | |
index 5532e83..52b2e3b 100644 | |
--- a/old/dotnet/ios/generated-sources/AppTrackingTransparency/ATTrackingManager.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AppTrackingTransparency/ATTrackingManager.g.cs | |
@@ -82,7 +82,7 @@ namespace AppTrackingTransparency { | |
[SupportedOSPlatform ("macos11.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestTrackingAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V13))]global::System.Action<ATTrackingManagerAuthorizationStatus> completion) | |
+ public unsafe static void RequestTrackingAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V14))]global::System.Action<ATTrackingManagerAuthorizationStatus> completion) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -93,7 +93,7 @@ namespace AppTrackingTransparency { | |
BlockLiteral block_completion; | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V13.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V14.Handler, completion); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("requestTrackingAuthorizationWithCompletionHandler:"), (IntPtr) block_ptr_completion); | |
block_ptr_completion->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/AssetsLibrary/ALAsset.g.cs b/new/dotnet/ios/generated-sources/AssetsLibrary/ALAsset.g.cs | |
index f688067..0ae38f5 100644 | |
--- a/old/dotnet/ios/generated-sources/AssetsLibrary/ALAsset.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AssetsLibrary/ALAsset.g.cs | |
@@ -142,7 +142,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetImageData (NSData imageData, NSDictionary metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError>? completionBlock) | |
+ public unsafe virtual void SetImageData (NSData imageData, NSDictionary metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError>? completionBlock) | |
{ | |
var imageData__handle__ = imageData!.GetNonNullHandle (nameof (imageData)); | |
var metadata__handle__ = metadata!.GetNonNullHandle (nameof (metadata)); | |
@@ -153,7 +153,7 @@ namespace AssetsLibrary { | |
} else { | |
block_completionBlock = new BlockLiteral (); | |
block_ptr_completionBlock = &block_completionBlock; | |
- block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionBlock); | |
+ block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionBlock); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("setImageData:metadata:completionBlock:"), imageData__handle__, metadata__handle__, (IntPtr) block_ptr_completionBlock); | |
@@ -195,7 +195,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetVideoAtPath (NSUrl videoPathURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError>? completionBlock) | |
+ public unsafe virtual void SetVideoAtPath (NSUrl videoPathURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError>? completionBlock) | |
{ | |
var videoPathURL__handle__ = videoPathURL!.GetNonNullHandle (nameof (videoPathURL)); | |
BlockLiteral *block_ptr_completionBlock; | |
@@ -205,7 +205,7 @@ namespace AssetsLibrary { | |
} else { | |
block_completionBlock = new BlockLiteral (); | |
block_ptr_completionBlock = &block_completionBlock; | |
- block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionBlock); | |
+ block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionBlock); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("setVideoAtPath:completionBlock:"), videoPathURL__handle__, (IntPtr) block_ptr_completionBlock); | |
@@ -267,7 +267,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WriteModifiedImageToSavedToPhotosAlbum (NSData imageData, NSDictionary metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError>? completionBlock) | |
+ public unsafe virtual void WriteModifiedImageToSavedToPhotosAlbum (NSData imageData, NSDictionary metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError>? completionBlock) | |
{ | |
var imageData__handle__ = imageData!.GetNonNullHandle (nameof (imageData)); | |
var metadata__handle__ = metadata!.GetNonNullHandle (nameof (metadata)); | |
@@ -278,7 +278,7 @@ namespace AssetsLibrary { | |
} else { | |
block_completionBlock = new BlockLiteral (); | |
block_ptr_completionBlock = &block_completionBlock; | |
- block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionBlock); | |
+ block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionBlock); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeModifiedImageDataToSavedPhotosAlbum:metadata:completionBlock:"), imageData__handle__, metadata__handle__, (IntPtr) block_ptr_completionBlock); | |
@@ -320,7 +320,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WriteModifiedVideoToSavedPhotosAlbum (NSUrl videoPathURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError>? completionBlock) | |
+ public unsafe virtual void WriteModifiedVideoToSavedPhotosAlbum (NSUrl videoPathURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError>? completionBlock) | |
{ | |
var videoPathURL__handle__ = videoPathURL!.GetNonNullHandle (nameof (videoPathURL)); | |
BlockLiteral *block_ptr_completionBlock; | |
@@ -330,7 +330,7 @@ namespace AssetsLibrary { | |
} else { | |
block_completionBlock = new BlockLiteral (); | |
block_ptr_completionBlock = &block_completionBlock; | |
- block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionBlock); | |
+ block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionBlock); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeModifiedVideoAtPathToSavedPhotosAlbum:completionBlock:"), videoPathURL__handle__, (IntPtr) block_ptr_completionBlock); | |
diff --git a/old/dotnet/ios/generated-sources/AssetsLibrary/ALAssetsLibrary.g.cs b/new/dotnet/ios/generated-sources/AssetsLibrary/ALAssetsLibrary.g.cs | |
index 0b5c09c..b117e27 100644 | |
--- a/old/dotnet/ios/generated-sources/AssetsLibrary/ALAssetsLibrary.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AssetsLibrary/ALAssetsLibrary.g.cs | |
@@ -98,7 +98,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AddAssetsGroupAlbum (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V14))]global::System.Action<ALAssetsGroup> resultBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V0))]global::System.Action<NSError> failureBlock) | |
+ public unsafe virtual void AddAssetsGroupAlbum (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<ALAssetsGroup> resultBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V0))]global::System.Action<NSError> failureBlock) | |
{ | |
if (name is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name)); | |
@@ -111,7 +111,7 @@ namespace AssetsLibrary { | |
BlockLiteral block_resultBlock; | |
block_resultBlock = new BlockLiteral (); | |
block_ptr_resultBlock = &block_resultBlock; | |
- block_resultBlock.SetupBlockUnsafe (Trampolines.SDActionArity1V14.Handler, resultBlock); | |
+ block_resultBlock.SetupBlockUnsafe (Trampolines.SDActionArity1V15.Handler, resultBlock); | |
BlockLiteral *block_ptr_failureBlock; | |
BlockLiteral block_failureBlock; | |
block_failureBlock = new BlockLiteral (); | |
@@ -137,7 +137,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AssetForUrl (NSUrl assetURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<ALAsset> resultBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V0))]global::System.Action<NSError> failureBlock) | |
+ public unsafe virtual void AssetForUrl (NSUrl assetURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V16))]global::System.Action<ALAsset> resultBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V0))]global::System.Action<NSError> failureBlock) | |
{ | |
var assetURL__handle__ = assetURL!.GetNonNullHandle (nameof (assetURL)); | |
if (resultBlock is null) | |
@@ -148,7 +148,7 @@ namespace AssetsLibrary { | |
BlockLiteral block_resultBlock; | |
block_resultBlock = new BlockLiteral (); | |
block_ptr_resultBlock = &block_resultBlock; | |
- block_resultBlock.SetupBlockUnsafe (Trampolines.SDActionArity1V15.Handler, resultBlock); | |
+ block_resultBlock.SetupBlockUnsafe (Trampolines.SDActionArity1V16.Handler, resultBlock); | |
BlockLiteral *block_ptr_failureBlock; | |
BlockLiteral block_failureBlock; | |
block_failureBlock = new BlockLiteral (); | |
@@ -223,7 +223,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GroupForUrl (NSUrl groupURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V14))]global::System.Action<ALAssetsGroup> resultBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V0))]global::System.Action<NSError> failureBlock) | |
+ public unsafe virtual void GroupForUrl (NSUrl groupURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<ALAssetsGroup> resultBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V0))]global::System.Action<NSError> failureBlock) | |
{ | |
var groupURL__handle__ = groupURL!.GetNonNullHandle (nameof (groupURL)); | |
if (resultBlock is null) | |
@@ -234,7 +234,7 @@ namespace AssetsLibrary { | |
BlockLiteral block_resultBlock; | |
block_resultBlock = new BlockLiteral (); | |
block_ptr_resultBlock = &block_resultBlock; | |
- block_resultBlock.SetupBlockUnsafe (Trampolines.SDActionArity1V14.Handler, resultBlock); | |
+ block_resultBlock.SetupBlockUnsafe (Trampolines.SDActionArity1V15.Handler, resultBlock); | |
BlockLiteral *block_ptr_failureBlock; | |
BlockLiteral block_failureBlock; | |
block_failureBlock = new BlockLiteral (); | |
@@ -279,7 +279,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WriteImageToSavedPhotosAlbum (NSData imageData, NSDictionary metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError>? completionBlock) | |
+ public unsafe virtual void WriteImageToSavedPhotosAlbum (NSData imageData, NSDictionary metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError>? completionBlock) | |
{ | |
var imageData__handle__ = imageData!.GetNonNullHandle (nameof (imageData)); | |
var metadata__handle__ = metadata!.GetNonNullHandle (nameof (metadata)); | |
@@ -290,7 +290,7 @@ namespace AssetsLibrary { | |
} else { | |
block_completionBlock = new BlockLiteral (); | |
block_ptr_completionBlock = &block_completionBlock; | |
- block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionBlock); | |
+ block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionBlock); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeImageDataToSavedPhotosAlbum:metadata:completionBlock:"), imageData__handle__, metadata__handle__, (IntPtr) block_ptr_completionBlock); | |
@@ -332,7 +332,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WriteImageToSavedPhotosAlbum (CGImage imageData, NSDictionary metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError>? completionBlock) | |
+ public unsafe virtual void WriteImageToSavedPhotosAlbum (CGImage imageData, NSDictionary metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError>? completionBlock) | |
{ | |
var imageData__handle__ = imageData!.GetNonNullHandle (nameof (imageData)); | |
var metadata__handle__ = metadata!.GetNonNullHandle (nameof (metadata)); | |
@@ -343,7 +343,7 @@ namespace AssetsLibrary { | |
} else { | |
block_completionBlock = new BlockLiteral (); | |
block_ptr_completionBlock = &block_completionBlock; | |
- block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionBlock); | |
+ block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionBlock); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeImageToSavedPhotosAlbum:metadata:completionBlock:"), imageData.Handle, metadata__handle__, (IntPtr) block_ptr_completionBlock); | |
@@ -385,7 +385,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WriteImageToSavedPhotosAlbum (CGImage imageData, ALAssetOrientation orientation, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError>? completionBlock) | |
+ public unsafe virtual void WriteImageToSavedPhotosAlbum (CGImage imageData, ALAssetOrientation orientation, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError>? completionBlock) | |
{ | |
var imageData__handle__ = imageData!.GetNonNullHandle (nameof (imageData)); | |
BlockLiteral *block_ptr_completionBlock; | |
@@ -395,7 +395,7 @@ namespace AssetsLibrary { | |
} else { | |
block_completionBlock = new BlockLiteral (); | |
block_ptr_completionBlock = &block_completionBlock; | |
- block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionBlock); | |
+ block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionBlock); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("writeImageToSavedPhotosAlbum:orientation:completionBlock:"), imageData.Handle, (IntPtr) (long) orientation, (IntPtr) block_ptr_completionBlock); | |
@@ -437,7 +437,7 @@ namespace AssetsLibrary { | |
[UnsupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("ios")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WriteVideoToSavedPhotosAlbum (NSUrl videoPathURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError>? completionBlock) | |
+ public unsafe virtual void WriteVideoToSavedPhotosAlbum (NSUrl videoPathURL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError>? completionBlock) | |
{ | |
var videoPathURL__handle__ = videoPathURL!.GetNonNullHandle (nameof (videoPathURL)); | |
BlockLiteral *block_ptr_completionBlock; | |
@@ -447,7 +447,7 @@ namespace AssetsLibrary { | |
} else { | |
block_completionBlock = new BlockLiteral (); | |
block_ptr_completionBlock = &block_completionBlock; | |
- block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionBlock); | |
+ block_completionBlock.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionBlock); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeVideoAtPathToSavedPhotosAlbum:completionBlock:"), videoPathURL__handle__, (IntPtr) block_ptr_completionBlock); | |
diff --git a/old/dotnet/ios/generated-sources/AudioUnit/AUAudioUnit.g.cs b/new/dotnet/ios/generated-sources/AudioUnit/AUAudioUnit.g.cs | |
index b1161d0..7089459 100644 | |
--- a/old/dotnet/ios/generated-sources/AudioUnit/AUAudioUnit.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AudioUnit/AUAudioUnit.g.cs | |
@@ -212,7 +212,7 @@ namespace AudioUnit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst9.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void FromComponentDescription (AudioComponentDescription componentDescription, AudioComponentInstantiationOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V28))]global::System.Action<AUAudioUnit, NSError> completionHandler) | |
+ public unsafe static void FromComponentDescription (AudioComponentDescription componentDescription, AudioComponentInstantiationOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V30))]global::System.Action<AUAudioUnit, NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -220,7 +220,7 @@ namespace AudioUnit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V28.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V30.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_AudioComponentDescription_UInt32_NativeHandle (class_ptr, Selector.GetHandle ("instantiateWithComponentDescription:options:completionHandler:"), componentDescription, (UInt32)options, (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
} | |
@@ -330,7 +330,7 @@ namespace AudioUnit { | |
[SupportedOSPlatform ("macos10.11")] | |
[SupportedOSPlatform ("maccatalyst9.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V16))]global::System.Action<global::UIKit.UIViewController> completionHandler) | |
+ public unsafe virtual void RequestViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<global::UIKit.UIViewController> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -338,7 +338,7 @@ namespace AudioUnit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V16.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V17.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestViewControllerWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/AuthenticationServices/ASAccountAuthenticationModificationExtensionContext.g.cs b/new/dotnet/ios/generated-sources/AuthenticationServices/ASAccountAuthenticationModificationExtensionContext.g.cs | |
index 14c5871..86e91dc 100644 | |
--- a/old/dotnet/ios/generated-sources/AuthenticationServices/ASAccountAuthenticationModificationExtensionContext.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AuthenticationServices/ASAccountAuthenticationModificationExtensionContext.g.cs | |
@@ -140,7 +140,7 @@ namespace AuthenticationServices { | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetSignInWithAppleUpgradeAuthorization (string? state, string? nonce, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<ASAuthorizationAppleIdCredential, NSError> completionHandler) | |
+ public unsafe virtual void GetSignInWithAppleUpgradeAuthorization (string? state, string? nonce, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V31))]global::System.Action<ASAuthorizationAppleIdCredential, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -153,7 +153,7 @@ namespace AuthenticationServices { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V31.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getSignInWithAppleUpgradeAuthorizationWithState:nonce:completionHandler:"), nsstate, nsnonce, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/AuthenticationServices/ASAuthorizationAppleIdProvider.g.cs b/new/dotnet/ios/generated-sources/AuthenticationServices/ASAuthorizationAppleIdProvider.g.cs | |
index bcb94a1..ad56d0d 100644 | |
--- a/old/dotnet/ios/generated-sources/AuthenticationServices/ASAuthorizationAppleIdProvider.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AuthenticationServices/ASAuthorizationAppleIdProvider.g.cs | |
@@ -116,7 +116,7 @@ namespace AuthenticationServices { | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCredentialState (string userID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V30))]global::System.Action<ASAuthorizationAppleIdProviderCredentialState, NSError> completion) | |
+ public unsafe virtual void GetCredentialState (string userID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V32))]global::System.Action<ASAuthorizationAppleIdProviderCredentialState, NSError> completion) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -130,7 +130,7 @@ namespace AuthenticationServices { | |
BlockLiteral block_completion; | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V30.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V32.Handler, completion); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getCredentialStateForUserID:completion:"), nsuserID, (IntPtr) block_ptr_completion); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs b/new/dotnet/ios/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs | |
index 47513ef..9a59a34 100644 | |
--- a/old/dotnet/ios/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs | |
+++ b/new/dotnet/ios/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs | |
@@ -82,7 +82,7 @@ namespace AuthenticationServices { | |
[SupportedOSPlatform ("ios12.0")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCredentialIdentityStoreState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<ASCredentialIdentityStoreState> completion) | |
+ public unsafe virtual void GetCredentialIdentityStoreState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V18))]global::System.Action<ASCredentialIdentityStoreState> completion) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -93,7 +93,7 @@ namespace AuthenticationServices { | |
BlockLiteral block_completion; | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V17.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V18.Handler, completion); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getCredentialIdentityStoreStateWithCompletion:"), (IntPtr) block_ptr_completion); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/BackgroundAssets/BADownloadManager.g.cs b/new/dotnet/ios/generated-sources/BackgroundAssets/BADownloadManager.g.cs | |
index 0239383..b5c60d5 100644 | |
--- a/old/dotnet/ios/generated-sources/BackgroundAssets/BADownloadManager.g.cs | |
+++ b/new/dotnet/ios/generated-sources/BackgroundAssets/BADownloadManager.g.cs | |
@@ -105,7 +105,7 @@ namespace BackgroundAssets { | |
[SupportedOSPlatform ("ios16.0")] | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchCurrentDownloads ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V31))]global::System.Action<NSArray<BADownload>, NSError> completionHandler) | |
+ public unsafe virtual void FetchCurrentDownloads ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V33))]global::System.Action<NSArray<BADownload>, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -116,7 +116,7 @@ namespace BackgroundAssets { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V31.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V33.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("fetchCurrentDownloadsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/BackgroundTasks/BGTaskScheduler.g.cs b/new/dotnet/ios/generated-sources/BackgroundTasks/BGTaskScheduler.g.cs | |
index 80314fa..59a1c5c 100644 | |
--- a/old/dotnet/ios/generated-sources/BackgroundTasks/BGTaskScheduler.g.cs | |
+++ b/new/dotnet/ios/generated-sources/BackgroundTasks/BGTaskScheduler.g.cs | |
@@ -122,7 +122,7 @@ namespace BackgroundTasks { | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetPending ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V18))]global::System.Action<BGTaskRequest[]> completionHandler) | |
+ public unsafe virtual void GetPending ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V19))]global::System.Action<BGTaskRequest[]> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -133,7 +133,7 @@ namespace BackgroundTasks { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V18.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V19.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getPendingTaskRequestsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -162,7 +162,7 @@ namespace BackgroundTasks { | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Advice (@"This API is not available when using iOS App Extensions.")] | |
- public unsafe virtual bool Register (string identifier, global::CoreFoundation.DispatchQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V19))]global::System.Action<BGTask> launchHandler) | |
+ public unsafe virtual bool Register (string identifier, global::CoreFoundation.DispatchQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V20))]global::System.Action<BGTask> launchHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -177,7 +177,7 @@ namespace BackgroundTasks { | |
BlockLiteral block_launchHandler; | |
block_launchHandler = new BlockLiteral (); | |
block_ptr_launchHandler = &block_launchHandler; | |
- block_launchHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V19.Handler, launchHandler); | |
+ block_launchHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V20.Handler, launchHandler); | |
bool ret; | |
if (IsDirectBinding) { | |
ret = global::ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("registerForTaskWithIdentifier:usingQueue:launchHandler:"), nsidentifier, queue__handle__, (IntPtr) block_ptr_launchHandler); | |
diff --git a/old/dotnet/ios/generated-sources/CallKit/CXCallDirectoryManager.g.cs b/new/dotnet/ios/generated-sources/CallKit/CXCallDirectoryManager.g.cs | |
index 58c8578..34a8213 100644 | |
--- a/old/dotnet/ios/generated-sources/CallKit/CXCallDirectoryManager.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CallKit/CXCallDirectoryManager.g.cs | |
@@ -86,7 +86,7 @@ namespace CallKit { | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetEnabledStatusForExtension (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V32))]global::System.Action<CXCallDirectoryEnabledStatus, NSError> completion) | |
+ public unsafe virtual void GetEnabledStatusForExtension (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V34))]global::System.Action<CXCallDirectoryEnabledStatus, NSError> completion) | |
{ | |
if (identifier is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier)); | |
@@ -97,7 +97,7 @@ namespace CallKit { | |
BlockLiteral block_completion; | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V32.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V34.Handler, completion); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getEnabledStatusForExtensionWithIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completion); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPAlertAction.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPAlertAction.g.cs | |
index 1440913..83bb04e 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPAlertAction.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPAlertAction.g.cs | |
@@ -99,7 +99,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios12.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPAlertAction (string title, CPAlertActionStyle style, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V20))]global::System.Action<CPAlertAction> handler) | |
+ public unsafe CPAlertAction (string title, CPAlertActionStyle style, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V21))]global::System.Action<CPAlertAction> handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -114,7 +114,7 @@ namespace CarPlay { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V20.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V21.Handler, handler); | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithTitle:style:handler:"), nstitle, (UIntPtr) (ulong) style, (IntPtr) block_ptr_handler), "initWithTitle:style:handler:"); | |
} else { | |
@@ -130,7 +130,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios16.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPAlertAction (string title, global::UIKit.UIColor color, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V20))]global::System.Action<CPAlertAction> handler) | |
+ public unsafe CPAlertAction (string title, global::UIKit.UIColor color, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V21))]global::System.Action<CPAlertAction> handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -146,7 +146,7 @@ namespace CarPlay { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V20.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V21.Handler, handler); | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithTitle:color:handler:"), nstitle, color__handle__, (IntPtr) block_ptr_handler), "initWithTitle:color:handler:"); | |
} else { | |
@@ -202,7 +202,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios12.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
public unsafe virtual global::System.Action<CPAlertAction> Handler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V20))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V21))] | |
[Export ("handler", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[UnsupportedOSPlatform ("macos")] | |
@@ -218,7 +218,7 @@ namespace CarPlay { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("handler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V20.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V21.Create (ret)!; | |
#endif | |
} | |
} | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPApplicationDelegate.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPApplicationDelegate.g.cs | |
index 2a12a19..47db9aa 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPApplicationDelegate.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPApplicationDelegate.g.cs | |
@@ -431,7 +431,7 @@ namespace CarPlay { | |
#endif | |
[UnsupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidReceiveRemoteNotification (global::UIKit.UIApplication application, NSDictionary userInfo, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V21))]global::System.Action<global::UIKit.UIBackgroundFetchResult> completionHandler) | |
+ public unsafe virtual void DidReceiveRemoteNotification (global::UIKit.UIApplication application, NSDictionary userInfo, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<global::UIKit.UIBackgroundFetchResult> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -719,7 +719,7 @@ namespace CarPlay { | |
#endif | |
[UnsupportedOSPlatform ("maccatalyst14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void HandleIntent (global::UIKit.UIApplication application, global::Intents.INIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<global::Intents.INIntentResponse> completionHandler) | |
+ public unsafe virtual void HandleIntent (global::UIKit.UIApplication application, global::Intents.INIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<global::Intents.INIntentResponse> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -757,7 +757,7 @@ namespace CarPlay { | |
#endif | |
[UnsupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void HandleWatchKitExtensionRequest (global::UIKit.UIApplication application, NSDictionary userInfo, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<NSDictionary> reply) | |
+ public unsafe virtual void HandleWatchKitExtensionRequest (global::UIKit.UIApplication application, NSDictionary userInfo, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]global::System.Action<NSDictionary> reply) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -879,7 +879,7 @@ namespace CarPlay { | |
#endif | |
[UnsupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void PerformFetch (global::UIKit.UIApplication application, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V21))]global::System.Action<global::UIKit.UIBackgroundFetchResult> completionHandler) | |
+ public unsafe virtual void PerformFetch (global::UIKit.UIApplication application, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<global::UIKit.UIBackgroundFetchResult> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPBarButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPBarButton.g.cs | |
index 72d592a..d8c6de5 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPBarButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPBarButton.g.cs | |
@@ -106,7 +106,7 @@ namespace CarPlay { | |
[UnsupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios12.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPBarButton (CPBarButtonType type, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]global::System.Action<CPBarButton>? handler) | |
+ public unsafe CPBarButton (CPBarButtonType type, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<CPBarButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -119,7 +119,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V24.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V25.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithType:handler:"), (UIntPtr) (ulong) type, (IntPtr) block_ptr_handler), "initWithType:handler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPButton.g.cs | |
index dada3d2..cd89be1 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPButton.g.cs | |
@@ -83,7 +83,7 @@ namespace CarPlay { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[DesignatedInitializer] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<CPButton>? handler) | |
+ public unsafe CPButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<CPButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -97,7 +97,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V25.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V26.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithImage:handler:"), image__handle__, (IntPtr) block_ptr_handler), "initWithImage:handler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPContactCallButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPContactCallButton.g.cs | |
index 0363593..d5e1398 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPContactCallButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPContactCallButton.g.cs | |
@@ -83,7 +83,7 @@ namespace CarPlay { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[DesignatedInitializer] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPContactCallButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<CPButton>? handler) | |
+ public unsafe CPContactCallButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<CPButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -97,7 +97,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V25.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V26.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithImage:handler:"), image__handle__, (IntPtr) block_ptr_handler), "initWithImage:handler:"); | |
@@ -114,7 +114,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPContactCallButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<CPButton>? handler) | |
+ public unsafe CPContactCallButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<CPButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -127,7 +127,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V25.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V26.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPContactDirectionsButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPContactDirectionsButton.g.cs | |
index 0e056b5..dc241ce 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPContactDirectionsButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPContactDirectionsButton.g.cs | |
@@ -83,7 +83,7 @@ namespace CarPlay { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[DesignatedInitializer] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPContactDirectionsButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<CPButton>? handler) | |
+ public unsafe CPContactDirectionsButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<CPButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -97,7 +97,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V25.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V26.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithImage:handler:"), image__handle__, (IntPtr) block_ptr_handler), "initWithImage:handler:"); | |
@@ -114,7 +114,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPContactDirectionsButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<CPButton>? handler) | |
+ public unsafe CPContactDirectionsButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<CPButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -127,7 +127,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V25.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V26.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPContactMessageButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPContactMessageButton.g.cs | |
index d429d9d..7da5c34 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPContactMessageButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPContactMessageButton.g.cs | |
@@ -83,7 +83,7 @@ namespace CarPlay { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[DesignatedInitializer] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPContactMessageButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<CPButton>? handler) | |
+ public unsafe CPContactMessageButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<CPButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -97,7 +97,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V25.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V26.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithImage:handler:"), image__handle__, (IntPtr) block_ptr_handler), "initWithImage:handler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPDashboardButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPDashboardButton.g.cs | |
index aa28057..ecce027 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPDashboardButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPDashboardButton.g.cs | |
@@ -100,7 +100,7 @@ namespace CarPlay { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[DesignatedInitializer] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPDashboardButton (string[] titleVariants, string[] subtitleVariants, global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<CPDashboardButton>? handler) | |
+ public unsafe CPDashboardButton (string[] titleVariants, string[] subtitleVariants, global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V27))]global::System.Action<CPDashboardButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -120,7 +120,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V26.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V27.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithTitleVariants:subtitleVariants:image:handler:"), nsa_titleVariants.Handle, nsa_subtitleVariants.Handle, image__handle__, (IntPtr) block_ptr_handler), "initWithTitleVariants:subtitleVariants:image:handler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPGridButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPGridButton.g.cs | |
index ab7ec9e..ff8c064 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPGridButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPGridButton.g.cs | |
@@ -100,7 +100,7 @@ namespace CarPlay { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[DesignatedInitializer] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPGridButton (string[] titleVariants, global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V27))]global::System.Action<CPGridButton>? handler) | |
+ public unsafe CPGridButton (string[] titleVariants, global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V28))]global::System.Action<CPGridButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -117,7 +117,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V27.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V28.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithTitleVariants:image:handler:"), nsa_titleVariants.Handle, image__handle__, (IntPtr) block_ptr_handler), "initWithTitleVariants:image:handler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPMapButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPMapButton.g.cs | |
index 7fab563..6752cf5 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPMapButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPMapButton.g.cs | |
@@ -100,7 +100,7 @@ namespace CarPlay { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[DesignatedInitializer] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPMapButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V28))]global::System.Action<CPMapButton>? handler) | |
+ public unsafe CPMapButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<CPMapButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -113,7 +113,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V28.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V29.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingAddToLibraryButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingAddToLibraryButton.g.cs | |
index c7ad78e..f9d5bf3 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingAddToLibraryButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingAddToLibraryButton.g.cs | |
@@ -115,7 +115,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPNowPlayingAddToLibraryButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<CPNowPlayingButton>? handler) | |
+ public unsafe CPNowPlayingAddToLibraryButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<CPNowPlayingButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -128,7 +128,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V29.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V30.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingButton.g.cs | |
index 22e6cdb..baf4287 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingButton.g.cs | |
@@ -99,7 +99,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPNowPlayingButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<CPNowPlayingButton>? handler) | |
+ public unsafe CPNowPlayingButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<CPNowPlayingButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -112,7 +112,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V29.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V30.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingImageButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingImageButton.g.cs | |
index ce69bd7..e51582d 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingImageButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingImageButton.g.cs | |
@@ -99,7 +99,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPNowPlayingImageButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<CPNowPlayingButton>? handler) | |
+ public unsafe CPNowPlayingImageButton (global::UIKit.UIImage image, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<CPNowPlayingButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -113,7 +113,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V29.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V30.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithImage:handler:"), image__handle__, (IntPtr) block_ptr_handler), "initWithImage:handler:"); | |
@@ -130,7 +130,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPNowPlayingImageButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<CPNowPlayingButton>? handler) | |
+ public unsafe CPNowPlayingImageButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<CPNowPlayingButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -143,7 +143,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V29.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V30.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingMoreButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingMoreButton.g.cs | |
index 0644d70..67f1276 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingMoreButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingMoreButton.g.cs | |
@@ -115,7 +115,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPNowPlayingMoreButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<CPNowPlayingButton>? handler) | |
+ public unsafe CPNowPlayingMoreButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<CPNowPlayingButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -128,7 +128,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V29.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V30.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingPlaybackRateButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingPlaybackRateButton.g.cs | |
index 7187005..a4a2d0a 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingPlaybackRateButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingPlaybackRateButton.g.cs | |
@@ -115,7 +115,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPNowPlayingPlaybackRateButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<CPNowPlayingButton>? handler) | |
+ public unsafe CPNowPlayingPlaybackRateButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<CPNowPlayingButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -128,7 +128,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V29.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V30.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingRepeatButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingRepeatButton.g.cs | |
index c660405..d317a76 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingRepeatButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingRepeatButton.g.cs | |
@@ -115,7 +115,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPNowPlayingRepeatButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<CPNowPlayingButton>? handler) | |
+ public unsafe CPNowPlayingRepeatButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<CPNowPlayingButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -128,7 +128,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V29.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V30.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingShuffleButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingShuffleButton.g.cs | |
index 0015cc9..c75863b 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPNowPlayingShuffleButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPNowPlayingShuffleButton.g.cs | |
@@ -115,7 +115,7 @@ namespace CarPlay { | |
[SupportedOSPlatform ("ios14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPNowPlayingShuffleButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<CPNowPlayingButton>? handler) | |
+ public unsafe CPNowPlayingShuffleButton ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<CPNowPlayingButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -128,7 +128,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V29.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V30.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithHandler:"), (IntPtr) block_ptr_handler), "initWithHandler:"); | |
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPTextButton.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPTextButton.g.cs | |
index ec28ec4..9721f68 100644 | |
--- a/old/dotnet/ios/generated-sources/CarPlay/CPTextButton.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPTextButton.g.cs | |
@@ -83,7 +83,7 @@ namespace CarPlay { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[DesignatedInitializer] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe CPTextButton (string title, CPTextButtonStyle textStyle, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<CPTextButton>? handler) | |
+ public unsafe CPTextButton (string title, CPTextButtonStyle textStyle, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))]global::System.Action<CPTextButton>? handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -99,7 +99,7 @@ namespace CarPlay { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V30.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V31.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithTitle:textStyle:handler:"), nstitle, (IntPtr) (long) textStyle, (IntPtr) block_ptr_handler), "initWithTitle:textStyle:handler:"); | |
diff --git a/old/dotnet/ios/generated-sources/ClassKit/CLSContext.g.cs b/new/dotnet/ios/generated-sources/ClassKit/CLSContext.g.cs | |
index 53dab59..31ce23e 100644 | |
--- a/old/dotnet/ios/generated-sources/ClassKit/CLSContext.g.cs | |
+++ b/new/dotnet/ios/generated-sources/ClassKit/CLSContext.g.cs | |
@@ -220,7 +220,7 @@ namespace ClassKit { | |
[SupportedOSPlatform ("macos11.0")] | |
[SupportedOSPlatform ("ios11.4")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FindDescendantMatching (string[] identifierPath, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V33))]global::System.Action<CLSContext, NSError> completion) | |
+ public unsafe virtual void FindDescendantMatching (string[] identifierPath, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V35))]global::System.Action<CLSContext, NSError> completion) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -234,7 +234,7 @@ namespace ClassKit { | |
BlockLiteral block_completion; | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V33.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V35.Handler, completion); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("descendantMatchingIdentifierPath:completion:"), nsa_identifierPath.Handle, (IntPtr) block_ptr_completion); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/ClassKit/CLSDataStore.g.cs b/new/dotnet/ios/generated-sources/ClassKit/CLSDataStore.g.cs | |
index 9e1d17e..ad0ea9f 100644 | |
--- a/old/dotnet/ios/generated-sources/ClassKit/CLSDataStore.g.cs | |
+++ b/new/dotnet/ios/generated-sources/ClassKit/CLSDataStore.g.cs | |
@@ -104,7 +104,7 @@ namespace ClassKit { | |
[SupportedOSPlatform ("ios14.5")] | |
[UnsupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchActivity (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V34))]global::System.Action<CLSActivity, NSError> completion) | |
+ public unsafe virtual void FetchActivity (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V36))]global::System.Action<CLSActivity, NSError> completion) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -116,7 +116,7 @@ namespace ClassKit { | |
BlockLiteral block_completion; | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V34.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V36.Handler, completion); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchActivityForURL:completion:"), url__handle__, (IntPtr) block_ptr_completion); | |
} else { | |
@@ -147,7 +147,7 @@ namespace ClassKit { | |
[SupportedOSPlatform ("macos11.0")] | |
[SupportedOSPlatform ("ios11.4")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FindContextsMatching (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V35))]global::System.Action<CLSContext[], NSError> completion) | |
+ public unsafe virtual void FindContextsMatching (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V37))]global::System.Action<CLSContext[], NSError> completion) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -159,7 +159,7 @@ namespace ClassKit { | |
BlockLiteral block_completion; | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V35.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V37.Handler, completion); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("contextsMatchingPredicate:completion:"), predicate__handle__, (IntPtr) block_ptr_completion); | |
} else { | |
@@ -190,7 +190,7 @@ namespace ClassKit { | |
[SupportedOSPlatform ("macos11.0")] | |
[SupportedOSPlatform ("ios11.4")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FindContextsMatching (string[] identifierPath, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V35))]global::System.Action<CLSContext[], NSError> completion) | |
+ public unsafe virtual void FindContextsMatching (string[] identifierPath, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V37))]global::System.Action<CLSContext[], NSError> completion) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -204,7 +204,7 @@ namespace ClassKit { | |
BlockLiteral block_completion; | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V35.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V37.Handler, completion); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("contextsMatchingIdentifierPath:completion:"), nsa_identifierPath.Handle, (IntPtr) block_ptr_completion); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKContainer.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKContainer.g.cs | |
index 7da57c9..d65ae0f 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKContainer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKContainer.g.cs | |
@@ -76,7 +76,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AcceptShareMetadata (CKShareMetadata metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V36))]global::System.Action<CKShare, NSError> completionHandler) | |
+ public unsafe virtual void AcceptShareMetadata (CKShareMetadata metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V38))]global::System.Action<CKShare, NSError> completionHandler) | |
{ | |
var metadata__handle__ = metadata!.GetNonNullHandle (nameof (metadata)); | |
if (completionHandler is null) | |
@@ -85,7 +85,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V36.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V38.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("acceptShareMetadata:completionHandler:"), metadata__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -130,7 +130,7 @@ namespace CloudKit { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DiscoverAllIdentities ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V37))]global::System.Action<CKUserIdentity[], NSError> completionHandler) | |
+ public unsafe virtual void DiscoverAllIdentities ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V39))]global::System.Action<CKUserIdentity[], NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -138,7 +138,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V37.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V39.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("discoverAllIdentitiesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -168,7 +168,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DiscoverUserIdentity (CKRecordID userRecordID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V38))]global::System.Action<CKUserIdentity, NSError> completionHandler) | |
+ public unsafe virtual void DiscoverUserIdentity (CKRecordID userRecordID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V40))]global::System.Action<CKUserIdentity, NSError> completionHandler) | |
{ | |
var userRecordID__handle__ = userRecordID!.GetNonNullHandle (nameof (userRecordID)); | |
if (completionHandler is null) | |
@@ -177,7 +177,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V38.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V40.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("discoverUserIdentityWithUserRecordID:completionHandler:"), userRecordID__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -207,7 +207,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DiscoverUserIdentityWithEmailAddress (string email, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V38))]global::System.Action<CKUserIdentity, NSError> completionHandler) | |
+ public unsafe virtual void DiscoverUserIdentityWithEmailAddress (string email, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V40))]global::System.Action<CKUserIdentity, NSError> completionHandler) | |
{ | |
if (email is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (email)); | |
@@ -218,7 +218,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V38.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V40.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("discoverUserIdentityWithEmailAddress:completionHandler:"), nsemail, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -249,7 +249,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DiscoverUserIdentityWithPhoneNumber (string phoneNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V38))]global::System.Action<CKUserIdentity, NSError> completionHandler) | |
+ public unsafe virtual void DiscoverUserIdentityWithPhoneNumber (string phoneNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V40))]global::System.Action<CKUserIdentity, NSError> completionHandler) | |
{ | |
if (phoneNumber is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (phoneNumber)); | |
@@ -260,7 +260,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V38.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V40.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("discoverUserIdentityWithPhoneNumber:completionHandler:"), nsphoneNumber, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -291,7 +291,7 @@ namespace CloudKit { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst9.3")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchAllLongLivedOperationIDs ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V39))]global::System.Action<NSDictionary<NSString, NSOperation>, NSError> completionHandler) | |
+ public unsafe virtual void FetchAllLongLivedOperationIDs ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V41))]global::System.Action<NSDictionary<NSString, NSOperation>, NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -299,7 +299,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V39.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V41.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("fetchAllLongLivedOperationIDsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -329,7 +329,7 @@ namespace CloudKit { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst9.3")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchLongLivedOperation (string[] operationID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V39))]global::System.Action<NSDictionary<NSString, NSOperation>, NSError> completionHandler) | |
+ public unsafe virtual void FetchLongLivedOperation (string[] operationID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V41))]global::System.Action<NSDictionary<NSString, NSOperation>, NSError> completionHandler) | |
{ | |
if (operationID is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (operationID)); | |
@@ -340,7 +340,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V39.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V41.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchLongLivedOperationWithID:completionHandler:"), nsa_operationID.Handle, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -371,7 +371,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchShareMetadata (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V40))]global::System.Action<CKShareMetadata, NSError> completionHandler) | |
+ public unsafe virtual void FetchShareMetadata (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V42))]global::System.Action<CKShareMetadata, NSError> completionHandler) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (completionHandler is null) | |
@@ -380,7 +380,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V40.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V42.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchShareMetadataWithURL:completionHandler:"), url__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -410,7 +410,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchShareParticipant (CKRecordID userRecordID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V41))]global::System.Action<CKShareParticipant, NSError> completionHandler) | |
+ public unsafe virtual void FetchShareParticipant (CKRecordID userRecordID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V43))]global::System.Action<CKShareParticipant, NSError> completionHandler) | |
{ | |
var userRecordID__handle__ = userRecordID!.GetNonNullHandle (nameof (userRecordID)); | |
if (completionHandler is null) | |
@@ -419,7 +419,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V41.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V43.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchShareParticipantWithUserRecordID:completionHandler:"), userRecordID__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -449,7 +449,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchShareParticipantWithEmailAddress (string emailAddress, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V41))]global::System.Action<CKShareParticipant, NSError> completionHandler) | |
+ public unsafe virtual void FetchShareParticipantWithEmailAddress (string emailAddress, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V43))]global::System.Action<CKShareParticipant, NSError> completionHandler) | |
{ | |
if (emailAddress is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (emailAddress)); | |
@@ -460,7 +460,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V41.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V43.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchShareParticipantWithEmailAddress:completionHandler:"), nsemailAddress, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -491,7 +491,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchShareParticipantWithPhoneNumber (string phoneNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V41))]global::System.Action<CKShareParticipant, NSError> completionHandler) | |
+ public unsafe virtual void FetchShareParticipantWithPhoneNumber (string phoneNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V43))]global::System.Action<CKShareParticipant, NSError> completionHandler) | |
{ | |
if (phoneNumber is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (phoneNumber)); | |
@@ -502,7 +502,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V41.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V43.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchShareParticipantWithPhoneNumber:completionHandler:"), nsphoneNumber, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -533,7 +533,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchUserRecordId ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V42))]global::System.Action<CKRecordID, NSError> completionHandler) | |
+ public unsafe virtual void FetchUserRecordId ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V44))]global::System.Action<CKRecordID, NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -541,7 +541,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V42.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V44.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("fetchUserRecordIDWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -587,7 +587,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetAccountStatus ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V43))]global::System.Action<CKAccountStatus, NSError> completionHandler) | |
+ public unsafe virtual void GetAccountStatus ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V45))]global::System.Action<CKAccountStatus, NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -595,7 +595,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V43.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V45.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("accountStatusWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -639,7 +639,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestApplicationPermission (CKApplicationPermissions applicationPermission, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V44))]global::System.Action<CKApplicationPermissionStatus, NSError> completionHandler) | |
+ public unsafe virtual void RequestApplicationPermission (CKApplicationPermissions applicationPermission, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V46))]global::System.Action<CKApplicationPermissionStatus, NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -647,7 +647,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V44.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V46.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("requestApplicationPermission:completionHandler:"), (UIntPtr) (ulong) applicationPermission, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -677,7 +677,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StatusForApplicationPermission (CKApplicationPermissions applicationPermission, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V44))]global::System.Action<CKApplicationPermissionStatus, NSError> completionHandler) | |
+ public unsafe virtual void StatusForApplicationPermission (CKApplicationPermissions applicationPermission, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V46))]global::System.Action<CKApplicationPermissionStatus, NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -685,7 +685,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V44.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V46.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("statusForApplicationPermission:completionHandler:"), (UIntPtr) (ulong) applicationPermission, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKDatabase.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKDatabase.g.cs | |
index d3a222e..12d3386 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKDatabase.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKDatabase.g.cs | |
@@ -91,7 +91,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DeleteRecord (CKRecordID recordId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V42))]global::System.Action<CKRecordID, NSError> completionHandler) | |
+ public unsafe virtual void DeleteRecord (CKRecordID recordId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V44))]global::System.Action<CKRecordID, NSError> completionHandler) | |
{ | |
var recordId__handle__ = recordId!.GetNonNullHandle (nameof (recordId)); | |
if (completionHandler is null) | |
@@ -100,7 +100,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V42.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V44.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("deleteRecordWithID:completionHandler:"), recordId__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -130,7 +130,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DeleteRecordZone (CKRecordZoneID zoneId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V45))]global::System.Action<CKRecordZoneID, NSError> completionHandler) | |
+ public unsafe virtual void DeleteRecordZone (CKRecordZoneID zoneId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V47))]global::System.Action<CKRecordZoneID, NSError> completionHandler) | |
{ | |
var zoneId__handle__ = zoneId!.GetNonNullHandle (nameof (zoneId)); | |
if (completionHandler is null) | |
@@ -139,7 +139,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V45.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V47.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("deleteRecordZoneWithID:completionHandler:"), zoneId__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -211,7 +211,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchAllRecordZones ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V46))]global::System.Action<CKRecordZone[], NSError> completionHandler) | |
+ public unsafe virtual void FetchAllRecordZones ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V48))]global::System.Action<CKRecordZone[], NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -219,7 +219,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V46.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V48.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("fetchAllRecordZonesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -249,7 +249,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchAllSubscriptions ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V47))]global::System.Action<CKSubscription[], NSError> completionHandler) | |
+ public unsafe virtual void FetchAllSubscriptions ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V49))]global::System.Action<CKSubscription[], NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -257,7 +257,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V47.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V49.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("fetchAllSubscriptionsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -287,7 +287,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchRecord (CKRecordID recordId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V48))]global::System.Action<CKRecord, NSError> completionHandler) | |
+ public unsafe virtual void FetchRecord (CKRecordID recordId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V50))]global::System.Action<CKRecord, NSError> completionHandler) | |
{ | |
var recordId__handle__ = recordId!.GetNonNullHandle (nameof (recordId)); | |
if (completionHandler is null) | |
@@ -296,7 +296,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V48.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V50.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchRecordWithID:completionHandler:"), recordId__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -326,7 +326,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchRecordZone (CKRecordZoneID zoneId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V49))]global::System.Action<CKRecordZone, NSError> completionHandler) | |
+ public unsafe virtual void FetchRecordZone (CKRecordZoneID zoneId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V51))]global::System.Action<CKRecordZone, NSError> completionHandler) | |
{ | |
var zoneId__handle__ = zoneId!.GetNonNullHandle (nameof (zoneId)); | |
if (completionHandler is null) | |
@@ -335,7 +335,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V49.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V51.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchRecordZoneWithID:completionHandler:"), zoneId__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -365,7 +365,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchSubscription (string subscriptionId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V50))]global::System.Action<CKSubscription, NSError> completionHandler) | |
+ public unsafe virtual void FetchSubscription (string subscriptionId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V52))]global::System.Action<CKSubscription, NSError> completionHandler) | |
{ | |
if (subscriptionId is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (subscriptionId)); | |
@@ -376,7 +376,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V50.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V52.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchSubscriptionWithID:completionHandler:"), nssubscriptionId, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -407,7 +407,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void PerformQuery (CKQuery query, CKRecordZoneID? zoneId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V51))]global::System.Action<CKRecord[], NSError> completionHandler) | |
+ public unsafe virtual void PerformQuery (CKQuery query, CKRecordZoneID? zoneId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V53))]global::System.Action<CKRecord[], NSError> completionHandler) | |
{ | |
var query__handle__ = query!.GetNonNullHandle (nameof (query)); | |
var zoneId__handle__ = zoneId.GetHandle (); | |
@@ -417,7 +417,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V51.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V53.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("performQuery:inZoneWithID:completionHandler:"), query__handle__, zoneId__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -447,7 +447,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SaveRecord (CKRecord record, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V48))]global::System.Action<CKRecord, NSError> completionHandler) | |
+ public unsafe virtual void SaveRecord (CKRecord record, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V50))]global::System.Action<CKRecord, NSError> completionHandler) | |
{ | |
var record__handle__ = record!.GetNonNullHandle (nameof (record)); | |
if (completionHandler is null) | |
@@ -456,7 +456,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V48.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V50.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("saveRecord:completionHandler:"), record__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -486,7 +486,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SaveRecordZone (CKRecordZone zone, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V49))]global::System.Action<CKRecordZone, NSError> completionHandler) | |
+ public unsafe virtual void SaveRecordZone (CKRecordZone zone, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V51))]global::System.Action<CKRecordZone, NSError> completionHandler) | |
{ | |
var zone__handle__ = zone!.GetNonNullHandle (nameof (zone)); | |
if (completionHandler is null) | |
@@ -495,7 +495,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V49.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V51.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("saveRecordZone:completionHandler:"), zone__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -525,7 +525,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SaveSubscription (CKSubscription subscription, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V50))]global::System.Action<CKSubscription, NSError> completionHandler) | |
+ public unsafe virtual void SaveSubscription (CKSubscription subscription, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V52))]global::System.Action<CKSubscription, NSError> completionHandler) | |
{ | |
var subscription__handle__ = subscription!.GetNonNullHandle (nameof (subscription)); | |
if (completionHandler is null) | |
@@ -534,7 +534,7 @@ namespace CloudKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V50.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V52.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("saveSubscription:completionHandler:"), subscription__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs | |
index 9bc38ac..7af0e48 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs | |
@@ -134,7 +134,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
public unsafe virtual global::System.Action<CKUserIdentity>? Discovered { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
[Export ("userIdentityDiscoveredBlock", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("ios10.0")] | |
@@ -147,9 +147,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("userIdentityDiscoveredBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
[Export ("setUserIdentityDiscoveredBlock:", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("ios10.0")] | |
@@ -160,7 +160,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V31.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V32.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setUserIdentityDiscoveredBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKDiscoverUserIdentitiesOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKDiscoverUserIdentitiesOperation.g.cs | |
index a38dc07..1a5b79c 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKDiscoverUserIdentitiesOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKDiscoverUserIdentitiesOperation.g.cs | |
@@ -152,7 +152,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
public unsafe virtual global::System.Action<CKUserIdentity, CKUserIdentityLookupInfo>? Discovered { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V52))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V54))] | |
[Export ("userIdentityDiscoveredBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -165,9 +165,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("userIdentityDiscoveredBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V52.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V54.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V52))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V54))] | |
[Export ("setUserIdentityDiscoveredBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -178,7 +178,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V52.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V54.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setUserIdentityDiscoveredBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs | |
index a2c21f7..63f73c1 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs | |
@@ -108,7 +108,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
public unsafe virtual global::System.Action<CKServerChangeToken>? ChangeTokenUpdated { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
[Export ("changeTokenUpdatedBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -121,9 +121,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("changeTokenUpdatedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
[Export ("setChangeTokenUpdatedBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -134,7 +134,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V32.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V33.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setChangeTokenUpdatedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -149,7 +149,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? Changed { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordZoneWithIDChangedBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -162,9 +162,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordZoneWithIDChangedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Export ("setRecordZoneWithIDChangedBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -175,7 +175,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V33.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V34.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRecordZoneWithIDChangedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -296,7 +296,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("ios15.0")] | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? RecordZoneWithIdWasDeletedDueToUserEncryptedDataReset { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -312,10 +312,10 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Export ("setRecordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -329,7 +329,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V33.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V34.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRecordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -376,7 +376,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? WasDeleted { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordZoneWithIDWasDeletedBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -389,9 +389,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordZoneWithIDWasDeletedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Export ("setRecordZoneWithIDWasDeletedBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -402,7 +402,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V33.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V34.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRecordZoneWithIDWasDeletedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -417,7 +417,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? WasPurged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordZoneWithIDWasPurgedBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -433,10 +433,10 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordZoneWithIDWasPurgedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Export ("setRecordZoneWithIDWasPurgedBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -450,7 +450,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V33.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V34.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRecordZoneWithIDWasPurgedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs | |
index 865017c..938dcbd 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs | |
@@ -172,7 +172,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKServerChangeToken, NSError>? Completed { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V53))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V55))] | |
[Export ("fetchNotificationChangesCompletionBlock", ArgumentSemantic.Copy)] | |
#if __IOS__ | |
[Advice ("Starting with ios11.0 Use 'CKDatabaseSubscription', 'CKFetchDatabaseChangesOperation' and 'CKFetchRecordZoneChangesOperation' instead.")] | |
@@ -201,9 +201,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("fetchNotificationChangesCompletionBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V53.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V55.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V53))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V55))] | |
[Export ("setFetchNotificationChangesCompletionBlock:", ArgumentSemantic.Copy)] | |
#if __IOS__ | |
[Advice ("Starting with ios11.0 Use 'CKDatabaseSubscription', 'CKFetchDatabaseChangesOperation' and 'CKFetchRecordZoneChangesOperation' instead.")] | |
@@ -230,7 +230,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V53.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V55.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setFetchNotificationChangesCompletionBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -312,7 +312,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKNotification>? NotificationChanged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))] | |
[Export ("notificationChangedBlock", ArgumentSemantic.Copy)] | |
#if __IOS__ | |
[Advice ("Starting with ios11.0 Use 'CKDatabaseSubscription', 'CKFetchDatabaseChangesOperation' and 'CKFetchRecordZoneChangesOperation' instead.")] | |
@@ -341,9 +341,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("notificationChangedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))] | |
[Export ("setNotificationChangedBlock:", ArgumentSemantic.Copy)] | |
#if __IOS__ | |
[Advice ("Starting with ios11.0 Use 'CKDatabaseSubscription', 'CKFetchDatabaseChangesOperation' and 'CKFetchRecordZoneChangesOperation' instead.")] | |
@@ -370,7 +370,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V34.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V35.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setNotificationChangedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs | |
index 40d2001..1fdc183 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs | |
@@ -477,7 +477,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKRecord>? RecordChanged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V36))] | |
[Export ("recordChangedBlock", ArgumentSemantic.Copy)] | |
#if __IOS__ | |
[Advice ("Starting with ios10.0 Use 'CKFetchRecordZoneChangesOperation' instead.")] | |
@@ -506,9 +506,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordChangedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V36.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))] | |
[Export ("setRecordChangedBlock:", ArgumentSemantic.Copy)] | |
#if __IOS__ | |
[Advice ("Starting with ios10.0 Use 'CKFetchRecordZoneChangesOperation' instead.")] | |
@@ -535,7 +535,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V35.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V36.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRecordChangedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -566,7 +566,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKRecordID>? RecordDeleted { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V36))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V37))] | |
[Export ("recordWithIDWasDeletedBlock", ArgumentSemantic.Copy)] | |
#if __IOS__ | |
[Advice ("Starting with ios10.0 Use 'CKFetchRecordZoneChangesOperation' instead.")] | |
@@ -595,9 +595,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordWithIDWasDeletedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V36.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V37.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))] | |
[Export ("setRecordWithIDWasDeletedBlock:", ArgumentSemantic.Copy)] | |
#if __IOS__ | |
[Advice ("Starting with ios10.0 Use 'CKFetchRecordZoneChangesOperation' instead.")] | |
@@ -624,7 +624,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V36.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V37.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRecordWithIDWasDeletedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs | |
index 469d8f5..81a6ec9 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs | |
@@ -405,7 +405,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
public unsafe virtual global::System.Action<CKRecord>? RecordChanged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V36))] | |
[Export ("recordChangedBlock", ArgumentSemantic.Copy)] | |
#if __TVOS__ | |
[Advice ("Starting with tvos15.0 Use 'RecordWasChangedHandler' instead.")] | |
@@ -434,9 +434,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordChangedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V36.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))] | |
[Export ("setRecordChangedBlock:", ArgumentSemantic.Copy)] | |
#if __TVOS__ | |
[Advice ("Starting with tvos15.0 Use 'RecordWasChangedHandler' instead.")] | |
@@ -463,7 +463,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V35.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V36.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRecordChangedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKFetchRecordsOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKFetchRecordsOperation.g.cs | |
index b2bb10c..40fe1a2 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKFetchRecordsOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKFetchRecordsOperation.g.cs | |
@@ -193,7 +193,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKRecord, CKRecordID, NSError>? PerRecordCompletion { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V1))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V2))] | |
[Export ("perRecordCompletionBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -206,9 +206,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("perRecordCompletionBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity3V1.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity3V2.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V1))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V2))] | |
[Export ("setPerRecordCompletionBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -219,7 +219,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V1.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V2.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPerRecordCompletionBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -234,7 +234,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKRecordID, double>? PerRecordProgress { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V54))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V56))] | |
[Export ("perRecordProgressBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -247,9 +247,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("perRecordProgressBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V54.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V56.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V54))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V56))] | |
[Export ("setPerRecordProgressBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -260,7 +260,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V54.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V56.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPerRecordProgressBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs | |
index ceced2d..79d9218 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs | |
@@ -168,7 +168,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
public unsafe virtual global::System.Action<CKShareParticipant>? Fetched { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V37))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V38))] | |
[Export ("shareParticipantFetchedBlock", ArgumentSemantic.Copy)] | |
#if __TVOS__ | |
[Advice ("Starting with tvos15.0 Use 'PerShareParticipantCompletionHandler' instead.")] | |
@@ -197,9 +197,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("shareParticipantFetchedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V37.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V38.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))] | |
[Export ("setShareParticipantFetchedBlock:", ArgumentSemantic.Copy)] | |
#if __TVOS__ | |
[Advice ("Starting with tvos15.0 Use 'PerShareParticipantCompletionHandler' instead.")] | |
@@ -226,7 +226,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V37.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V38.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setShareParticipantFetchedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKModifyRecordsOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKModifyRecordsOperation.g.cs | |
index 38c379a..c2fc096 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKModifyRecordsOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKModifyRecordsOperation.g.cs | |
@@ -232,7 +232,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKRecord, NSError>? PerRecordCompletion { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V48))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V50))] | |
[Export ("perRecordCompletionBlock", ArgumentSemantic.Copy)] | |
#if __TVOS__ | |
[Advice ("Starting with tvos15.0 Use 'PerRecordResultHandler' instead.")] | |
@@ -261,9 +261,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("perRecordCompletionBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V48.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V50.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V48))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V50))] | |
[Export ("setPerRecordCompletionBlock:", ArgumentSemantic.Copy)] | |
#if __TVOS__ | |
[Advice ("Starting with tvos15.0 Use 'PerRecordResultHandler' instead.")] | |
@@ -290,7 +290,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V48.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V50.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPerRecordCompletionBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -354,7 +354,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKRecord, double>? PerRecordProgress { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V55))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V57))] | |
[Export ("perRecordProgressBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -367,9 +367,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("perRecordProgressBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V55.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V57.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V55))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V57))] | |
[Export ("setPerRecordProgressBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -380,7 +380,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V55.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V57.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPerRecordProgressBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKQueryOperation.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKQueryOperation.g.cs | |
index 071c9ba..ee3b8bb 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKQueryOperation.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKQueryOperation.g.cs | |
@@ -121,7 +121,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKQueryCursor, NSError>? Completed { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V56))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V58))] | |
[Export ("queryCompletionBlock", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -134,9 +134,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("queryCompletionBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V56.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V58.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V56))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V58))] | |
[Export ("setQueryCompletionBlock:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("tvos10.0")] | |
@@ -147,7 +147,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V56.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V58.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setQueryCompletionBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -280,7 +280,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<CKRecord>? RecordFetched { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V36))] | |
[Export ("recordFetchedBlock", ArgumentSemantic.Copy)] | |
#if __TVOS__ | |
[Advice ("Starting with tvos15.0 Use 'RecordMatchedHandler' instead.")] | |
@@ -309,9 +309,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordFetchedBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V36.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))] | |
[Export ("setRecordFetchedBlock:", ArgumentSemantic.Copy)] | |
#if __TVOS__ | |
[Advice ("Starting with tvos15.0 Use 'RecordMatchedHandler' instead.")] | |
@@ -338,7 +338,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V35.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V36.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRecordFetchedBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CloudKit/CKSystemSharingUIObserver.g.cs b/new/dotnet/ios/generated-sources/CloudKit/CKSystemSharingUIObserver.g.cs | |
index b1005e9..8aa60e3 100644 | |
--- a/old/dotnet/ios/generated-sources/CloudKit/CKSystemSharingUIObserver.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CloudKit/CKSystemSharingUIObserver.g.cs | |
@@ -103,7 +103,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("ios16.0")] | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
public unsafe virtual global::System.Action<CKRecordID, CKShare, NSError>? SystemSharingUIDidSaveShareHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V2))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V3))] | |
[Export ("systemSharingUIDidSaveShareBlock", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos13.0")] | |
@@ -119,10 +119,10 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("systemSharingUIDidSaveShareBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity3V2.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity3V3.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V2))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V3))] | |
[Export ("setSystemSharingUIDidSaveShareBlock:", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos13.0")] | |
@@ -136,7 +136,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V2.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V3.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setSystemSharingUIDidSaveShareBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -152,7 +152,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("ios16.0")] | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
public unsafe virtual global::System.Action<CKRecordID, NSError>? SystemSharingUIDidStopSharingHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V42))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V44))] | |
[Export ("systemSharingUIDidStopSharingBlock", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos13.0")] | |
@@ -168,10 +168,10 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("systemSharingUIDidStopSharingBlock")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V42.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V44.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V42))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V44))] | |
[Export ("setSystemSharingUIDidStopSharingBlock:", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos13.0")] | |
@@ -185,7 +185,7 @@ namespace CloudKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V42.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V44.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setSystemSharingUIDidStopSharingBlock:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreAnimation/CAMetalDrawable.g.cs b/new/dotnet/ios/generated-sources/CoreAnimation/CAMetalDrawable.g.cs | |
index a2eab57..60c1e7a 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreAnimation/CAMetalDrawable.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreAnimation/CAMetalDrawable.g.cs | |
@@ -96,7 +96,7 @@ namespace CoreAnimation { | |
} | |
[Export ("addPresentedHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))]global::System.Action<global::Metal.IMTLDrawable> block) | |
+ public unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<global::Metal.IMTLDrawable> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
@@ -104,7 +104,7 @@ namespace CoreAnimation { | |
BlockLiteral block_block; | |
block_block = new BlockLiteral (); | |
block_ptr_block = &block_block; | |
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V38.Handler, block); | |
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V39.Handler, block); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addPresentedHandler:"), (IntPtr) block_ptr_block); | |
block_ptr_block->CleanupBlock (); | |
} | |
diff --git a/old/dotnet/ios/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs b/new/dotnet/ios/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs | |
index 0e27104..47de3ec 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs | |
@@ -88,7 +88,7 @@ namespace CoreData { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NSAsynchronousFetchRequest (NSFetchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<NSAsynchronousFetchResult>? completion) | |
+ public unsafe NSAsynchronousFetchRequest (NSFetchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<NSAsynchronousFetchResult>? completion) | |
: base (NSObjectFlag.Empty) | |
{ | |
var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
@@ -99,7 +99,7 @@ namespace CoreData { | |
} else { | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V39.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V40.Handler, completion); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithFetchRequest:completionBlock:"), request__handle__, (IntPtr) block_ptr_completion), "initWithFetchRequest:completionBlock:"); | |
diff --git a/old/dotnet/ios/generated-sources/CoreData/NSPersistentContainer.g.cs b/new/dotnet/ios/generated-sources/CoreData/NSPersistentContainer.g.cs | |
index e8ce51a..2dfccff 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreData/NSPersistentContainer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreData/NSPersistentContainer.g.cs | |
@@ -149,7 +149,7 @@ namespace CoreData { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadPersistentStores ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V57))]global::System.Action<NSPersistentStoreDescription, NSError> block) | |
+ public unsafe virtual void LoadPersistentStores ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V59))]global::System.Action<NSPersistentStoreDescription, NSError> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
@@ -157,7 +157,7 @@ namespace CoreData { | |
BlockLiteral block_block; | |
block_block = new BlockLiteral (); | |
block_ptr_block = &block_block; | |
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity2V57.Handler, block); | |
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity2V59.Handler, block); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadPersistentStoresWithCompletionHandler:"), (IntPtr) block_ptr_block); | |
} else { | |
@@ -187,7 +187,7 @@ namespace CoreData { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<NSManagedObjectContext> block) | |
+ public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<NSManagedObjectContext> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
@@ -195,7 +195,7 @@ namespace CoreData { | |
BlockLiteral block_block; | |
block_block = new BlockLiteral (); | |
block_ptr_block = &block_block; | |
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V40.Handler, block); | |
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V41.Handler, block); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("performBackgroundTask:"), (IntPtr) block_ptr_block); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreData/NSPersistentStoreCoordinator.g.cs b/new/dotnet/ios/generated-sources/CoreData/NSPersistentStoreCoordinator.g.cs | |
index 300c405..a23a757 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreData/NSPersistentStoreCoordinator.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreData/NSPersistentStoreCoordinator.g.cs | |
@@ -104,7 +104,7 @@ namespace CoreData { | |
[SupportedOSPlatform ("macos10.12")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AddPersistentStore (NSPersistentStoreDescription storeDescription, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V57))]global::System.Action<NSPersistentStoreDescription, NSError> block) | |
+ public unsafe virtual void AddPersistentStore (NSPersistentStoreDescription storeDescription, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V59))]global::System.Action<NSPersistentStoreDescription, NSError> block) | |
{ | |
var storeDescription__handle__ = storeDescription!.GetNonNullHandle (nameof (storeDescription)); | |
if (block is null) | |
@@ -113,7 +113,7 @@ namespace CoreData { | |
BlockLiteral block_block; | |
block_block = new BlockLiteral (); | |
block_ptr_block = &block_block; | |
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity2V57.Handler, block); | |
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity2V59.Handler, block); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addPersistentStoreWithDescription:completionHandler:"), storeDescription__handle__, (IntPtr) block_ptr_block); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreHaptics/CHHapticEngine.g.cs b/new/dotnet/ios/generated-sources/CoreHaptics/CHHapticEngine.g.cs | |
index 315f426..b4a18d7 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreHaptics/CHHapticEngine.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreHaptics/CHHapticEngine.g.cs | |
@@ -702,7 +702,7 @@ namespace CoreHaptics { | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[UnsupportedOSPlatform ("macos")] | |
public unsafe virtual global::System.Action<CHHapticEngineStoppedReason> StoppedHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V41))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V42))] | |
[Export ("stoppedHandler", ArgumentSemantic.UnsafeUnretained)] | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("tvos14.0")] | |
@@ -718,10 +718,10 @@ namespace CoreHaptics { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("stoppedHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V41.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V42.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))] | |
[Export ("setStoppedHandler:", ArgumentSemantic.UnsafeUnretained)] | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("tvos14.0")] | |
@@ -737,7 +737,7 @@ namespace CoreHaptics { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V41.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V42.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setStoppedHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreML/MLModel.g.cs b/new/dotnet/ios/generated-sources/CoreML/MLModel.g.cs | |
index edb051c..95c4555 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreML/MLModel.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreML/MLModel.g.cs | |
@@ -133,7 +133,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios16.0")] | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void CompileModel (NSUrl modelUrl, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError> handler) | |
+ public unsafe static void CompileModel (NSUrl modelUrl, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError> handler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -145,7 +145,7 @@ namespace CoreML { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, handler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("compileModelAtURL:completionHandler:"), modelUrl__handle__, (IntPtr) block_ptr_handler); | |
block_ptr_handler->CleanupBlock (); | |
#endif | |
@@ -328,7 +328,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios16.0")] | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void Load (MLModelAsset asset, MLModelConfiguration configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V58))]global::System.Action<MLModel, NSError> handler) | |
+ public unsafe static void Load (MLModelAsset asset, MLModelConfiguration configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V60))]global::System.Action<MLModel, NSError> handler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -341,7 +341,7 @@ namespace CoreML { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V58.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V60.Handler, handler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadModelAsset:configuration:completionHandler:"), asset__handle__, configuration__handle__, (IntPtr) block_ptr_handler); | |
block_ptr_handler->CleanupBlock (); | |
#endif | |
@@ -368,7 +368,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios14.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void LoadContents (NSUrl url, MLModelConfiguration configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V58))]global::System.Action<MLModel, NSError> handler) | |
+ public unsafe static void LoadContents (NSUrl url, MLModelConfiguration configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V60))]global::System.Action<MLModel, NSError> handler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -381,7 +381,7 @@ namespace CoreML { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V58.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V60.Handler, handler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadContentsOfURL:configuration:completionHandler:"), url__handle__, configuration__handle__, (IntPtr) block_ptr_handler); | |
block_ptr_handler->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/CoreML/MLModelCollection.g.cs b/new/dotnet/ios/generated-sources/CoreML/MLModelCollection.g.cs | |
index 37ebcc2..96ef078 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreML/MLModelCollection.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreML/MLModelCollection.g.cs | |
@@ -82,7 +82,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios14.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSProgress BeginAccessingModelCollection (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V59))]global::System.Action<MLModelCollection, NSError> completionHandler) | |
+ public unsafe static NSProgress BeginAccessingModelCollection (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V61))]global::System.Action<MLModelCollection, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -96,7 +96,7 @@ namespace CoreML { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V59.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V61.Handler, completionHandler); | |
NSProgress? ret; | |
ret = Runtime.GetNSObject<NSProgress> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("beginAccessingModelCollectionWithIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler))!; | |
CFString.ReleaseNative (nsidentifier); | |
diff --git a/old/dotnet/ios/generated-sources/CoreML/MLMultiArray.g.cs b/new/dotnet/ios/generated-sources/CoreML/MLMultiArray.g.cs | |
index 2c9299c..44303f9 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreML/MLMultiArray.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreML/MLMultiArray.g.cs | |
@@ -124,7 +124,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe MLMultiArray (nint dataPointer, NSNumber[] shape, MLMultiArrayDataType dataType, NSNumber[] strides, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<nint>? deallocator, out NSError error) | |
+ public unsafe MLMultiArray (nint dataPointer, NSNumber[] shape, MLMultiArrayDataType dataType, NSNumber[] strides, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<nint>? deallocator, out NSError error) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -144,7 +144,7 @@ namespace CoreML { | |
} else { | |
block_deallocator = new BlockLiteral (); | |
block_ptr_deallocator = &block_deallocator; | |
- block_deallocator.SetupBlockUnsafe (Trampolines.SDActionArity1V42.Handler, deallocator); | |
+ block_deallocator.SetupBlockUnsafe (Trampolines.SDActionArity1V43.Handler, deallocator); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr_NativeHandle_IntPtr_NativeHandle_NativeHandle_ref_NativeHandle (this.Handle, Selector.GetHandle ("initWithDataPointer:shape:dataType:strides:deallocator:error:"), dataPointer, nsa_shape.Handle, (IntPtr) (long) dataType, nsa_strides.Handle, (IntPtr) block_ptr_deallocator, ref errorValue), "initWithDataPointer:shape:dataType:strides:deallocator:error:"); | |
@@ -223,7 +223,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios15.4")] | |
[SupportedOSPlatform ("maccatalyst15.4")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetBytes ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V60))]global::System.Action<nint, nint> handler) | |
+ public unsafe virtual void GetBytes ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V62))]global::System.Action<nint, nint> handler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -234,7 +234,7 @@ namespace CoreML { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V60.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V62.Handler, handler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getBytesWithHandler:"), (IntPtr) block_ptr_handler); | |
} else { | |
@@ -262,7 +262,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios15.4")] | |
[SupportedOSPlatform ("maccatalyst15.4")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetMutableBytes ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V3))]global::System.Action<nint, nint, NSArray<NSNumber>> handler) | |
+ public unsafe virtual void GetMutableBytes ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V4))]global::System.Action<nint, nint, NSArray<NSNumber>> handler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -273,7 +273,7 @@ namespace CoreML { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity3V3.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity3V4.Handler, handler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getMutableBytesWithHandler:"), (IntPtr) block_ptr_handler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs b/new/dotnet/ios/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs | |
index b875288..d1743a3 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs | |
@@ -82,7 +82,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe MLUpdateProgressHandlers (MLUpdateProgressEvent interestedEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<MLUpdateContext>? progressHandler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<MLUpdateContext> completionHandler) | |
+ public unsafe MLUpdateProgressHandlers (MLUpdateProgressEvent interestedEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))]global::System.Action<MLUpdateContext>? progressHandler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))]global::System.Action<MLUpdateContext> completionHandler) | |
: base (NSObjectFlag.Empty) | |
{ | |
#if ARCH_32 | |
@@ -97,13 +97,13 @@ namespace CoreML { | |
} else { | |
block_progressHandler = new BlockLiteral (); | |
block_ptr_progressHandler = &block_progressHandler; | |
- block_progressHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V43.Handler, progressHandler); | |
+ block_progressHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V44.Handler, progressHandler); | |
} | |
BlockLiteral *block_ptr_completionHandler; | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V43.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V44.Handler, completionHandler); | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UIntPtr_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initForEvents:progressHandler:completionHandler:"), (UIntPtr) (ulong) interestedEvents, (IntPtr) block_ptr_progressHandler, (IntPtr) block_ptr_completionHandler), "initForEvents:progressHandler:completionHandler:"); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreML/MLUpdateTask.g.cs b/new/dotnet/ios/generated-sources/CoreML/MLUpdateTask.g.cs | |
index 8965745..0081e5e 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreML/MLUpdateTask.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreML/MLUpdateTask.g.cs | |
@@ -82,7 +82,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, MLModelConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
+ public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, MLModelConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -97,7 +97,7 @@ namespace CoreML { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V43.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V44.Handler, completionHandler); | |
MLUpdateTask? ret; | |
ret = Runtime.GetNSObject<MLUpdateTask> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_ref_NativeHandle (class_ptr, Selector.GetHandle ("updateTaskForModelAtURL:trainingData:configuration:completionHandler:error:"), modelUrl__handle__, trainingData__handle__, configuration__handle__, (IntPtr) block_ptr_completionHandler, ref errorValue))!; | |
block_ptr_completionHandler->CleanupBlock (); | |
@@ -133,7 +133,7 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios14.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
+ public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -147,7 +147,7 @@ namespace CoreML { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V43.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V44.Handler, completionHandler); | |
MLUpdateTask? ret; | |
ret = Runtime.GetNSObject<MLUpdateTask> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_ref_NativeHandle (class_ptr, Selector.GetHandle ("updateTaskForModelAtURL:trainingData:completionHandler:error:"), modelUrl__handle__, trainingData__handle__, (IntPtr) block_ptr_completionHandler, ref errorValue))!; | |
block_ptr_completionHandler->CleanupBlock (); | |
diff --git a/old/dotnet/ios/generated-sources/CoreMotion/CMAltimeter.g.cs b/new/dotnet/ios/generated-sources/CoreMotion/CMAltimeter.g.cs | |
index 4aa6a5d..9cb9caf 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreMotion/CMAltimeter.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreMotion/CMAltimeter.g.cs | |
@@ -87,7 +87,7 @@ namespace CoreMotion { | |
[SupportedOSPlatform ("ios15.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StartAbsoluteAltitudeUpdates (NSOperationQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V61))]global::System.Action<CMAbsoluteAltitudeData, NSError> handler) | |
+ public unsafe virtual void StartAbsoluteAltitudeUpdates (NSOperationQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V63))]global::System.Action<CMAbsoluteAltitudeData, NSError> handler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -99,7 +99,7 @@ namespace CoreMotion { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V61.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V63.Handler, handler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("startAbsoluteAltitudeUpdatesToQueue:withHandler:"), queue__handle__, (IntPtr) block_ptr_handler); | |
} else { | |
@@ -113,7 +113,7 @@ namespace CoreMotion { | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StartRelativeAltitudeUpdates (NSOperationQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V62))]global::System.Action<CMAltitudeData, NSError> handler) | |
+ public unsafe virtual void StartRelativeAltitudeUpdates (NSOperationQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V64))]global::System.Action<CMAltitudeData, NSError> handler) | |
{ | |
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue)); | |
if (handler is null) | |
@@ -122,7 +122,7 @@ namespace CoreMotion { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V62.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V64.Handler, handler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("startRelativeAltitudeUpdatesToQueue:withHandler:"), queue__handle__, (IntPtr) block_ptr_handler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreMotion/CMPedometer.g.cs b/new/dotnet/ios/generated-sources/CoreMotion/CMPedometer.g.cs | |
index bc44ae4..a383bc1 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreMotion/CMPedometer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreMotion/CMPedometer.g.cs | |
@@ -86,7 +86,7 @@ namespace CoreMotion { | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void QueryPedometerData (NSDate start, NSDate end, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V63))]global::System.Action<CMPedometerData, NSError> handler) | |
+ public unsafe virtual void QueryPedometerData (NSDate start, NSDate end, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<CMPedometerData, NSError> handler) | |
{ | |
var start__handle__ = start!.GetNonNullHandle (nameof (start)); | |
var end__handle__ = end!.GetNonNullHandle (nameof (end)); | |
@@ -96,7 +96,7 @@ namespace CoreMotion { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V63.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V65.Handler, handler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("queryPedometerDataFromDate:toDate:withHandler:"), start__handle__, end__handle__, (IntPtr) block_ptr_handler); | |
} else { | |
@@ -124,7 +124,7 @@ namespace CoreMotion { | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[SupportedOSPlatform ("macos10.15")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StartPedometerEventUpdates ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V64))]global::System.Action<CMPedometerEvent, NSError> handler) | |
+ public unsafe virtual void StartPedometerEventUpdates ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V66))]global::System.Action<CMPedometerEvent, NSError> handler) | |
{ | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
@@ -132,7 +132,7 @@ namespace CoreMotion { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V64.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V66.Handler, handler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("startPedometerEventUpdatesWithHandler:"), (IntPtr) block_ptr_handler); | |
} else { | |
@@ -160,7 +160,7 @@ namespace CoreMotion { | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StartPedometerUpdates (NSDate start, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V63))]global::System.Action<CMPedometerData, NSError> handler) | |
+ public unsafe virtual void StartPedometerUpdates (NSDate start, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<CMPedometerData, NSError> handler) | |
{ | |
var start__handle__ = start!.GetNonNullHandle (nameof (start)); | |
if (handler is null) | |
@@ -169,7 +169,7 @@ namespace CoreMotion { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V63.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V65.Handler, handler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("startPedometerUpdatesFromDate:withHandler:"), start__handle__, (IntPtr) block_ptr_handler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreNFC/NFCFeliCaTag.g.cs b/new/dotnet/ios/generated-sources/CoreNFC/NFCFeliCaTag.g.cs | |
index 8d04d28..466ec0b 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreNFC/NFCFeliCaTag.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreNFC/NFCFeliCaTag.g.cs | |
@@ -53,11 +53,11 @@ namespace CoreNFC { | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[Protocol (Name = "NFCFeliCaTag", WrapperType = typeof (NFCFeliCaTagWrapper))] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Polling", Selector = "pollingWithSystemCode:requestCode:timeSlot:completionHandler:", ParameterType = new Type [] { typeof (NSData), typeof (CoreNFC.NFCFeliCaPollingRequestCode), typeof (CoreNFC.NFCFeliCaPollingTimeSlot), typeof (CoreNFC.NFCFeliCaPollingCompletionHandler) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDNFCFeliCaPollingCompletionHandler) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "RequestService", Selector = "requestServiceWithNodeCodeList:completionHandler:", ParameterType = new Type [] { typeof (NSData[]), typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V65) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "RequestResponse", Selector = "requestResponseWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<nint, NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity2V66) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "RequestService", Selector = "requestServiceWithNodeCodeList:completionHandler:", ParameterType = new Type [] { typeof (NSData[]), typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V67) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "RequestResponse", Selector = "requestResponseWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<nint, NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity2V68) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadWithoutEncryption", Selector = "readWithoutEncryptionWithServiceCodeList:blockList:completionHandler:", ParameterType = new Type [] { typeof (NSData[]), typeof (NSData[]), typeof (CoreNFC.NFCFeliCaReadWithoutEncryptionCompletionHandler) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDNFCFeliCaReadWithoutEncryptionCompletionHandler) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteWithoutEncryption", Selector = "writeWithoutEncryptionWithServiceCodeList:blockList:blockData:completionHandler:", ParameterType = new Type [] { typeof (NSData[]), typeof (NSData[]), typeof (NSData[]), typeof (CoreNFC.NFCFeliCaStatus1Status2CompletionHandler) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDNFCFeliCaStatus1Status2CompletionHandler) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "RequestSystemCode", Selector = "requestSystemCodeWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity2V65) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "RequestSystemCode", Selector = "requestSystemCodeWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity2V67) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "RequestServiceV2", Selector = "requestServiceV2WithNodeCodeList:completionHandler:", ParameterType = new Type [] { typeof (NSData[]), typeof (CoreNFC.NFCFeliCaRequestServiceV2CompletionHandler) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDNFCFeliCaRequestServiceV2CompletionHandler) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "RequestSpecificationVersion", Selector = "requestSpecificationVersionWithCompletionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCFeliCaRequestSpecificationVersionCompletionHandler) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDNFCFeliCaRequestSpecificationVersionCompletionHandler) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ResetMode", Selector = "resetModeWithCompletionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCFeliCaStatus1Status2CompletionHandler) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDNFCFeliCaStatus1Status2CompletionHandler) })] | |
@@ -82,13 +82,13 @@ namespace CoreNFC { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("requestServiceWithNodeCodeList:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void RequestService (NSData[] nodeCodeList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<NSData[], NSError> completionHandler); | |
+ unsafe void RequestService (NSData[] nodeCodeList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NSData[], NSError> completionHandler); | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("requestResponseWithCompletionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void RequestResponse ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V66))]global::System.Action<nint, NSError> completionHandler); | |
+ unsafe void RequestResponse ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V68))]global::System.Action<nint, NSError> completionHandler); | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -106,7 +106,7 @@ namespace CoreNFC { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("requestSystemCodeWithCompletionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void RequestSystemCode ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<NSData[], NSError> completionHandler); | |
+ unsafe void RequestSystemCode ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NSData[], NSError> completionHandler); | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -169,7 +169,7 @@ namespace CoreNFC { | |
} | |
[Export ("requestServiceWithNodeCodeList:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void RequestService (NSData[] nodeCodeList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<NSData[], NSError> completionHandler) | |
+ public unsafe void RequestService (NSData[] nodeCodeList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NSData[], NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -183,7 +183,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V65.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V67.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestServiceWithNodeCodeList:completionHandler:"), nsa_nodeCodeList.Handle, (IntPtr) block_ptr_completionHandler); | |
nsa_nodeCodeList.Dispose (); | |
block_ptr_completionHandler->CleanupBlock (); | |
@@ -191,7 +191,7 @@ namespace CoreNFC { | |
} | |
[Export ("requestResponseWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void RequestResponse ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V66))]global::System.Action<nint, NSError> completionHandler) | |
+ public unsafe void RequestResponse ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V68))]global::System.Action<nint, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -202,7 +202,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V66.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V68.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestResponseWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
@@ -265,7 +265,7 @@ namespace CoreNFC { | |
} | |
[Export ("requestSystemCodeWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void RequestSystemCode ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<NSData[], NSError> completionHandler) | |
+ public unsafe void RequestSystemCode ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NSData[], NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -276,7 +276,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V65.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V67.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestSystemCodeWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
@@ -378,7 +378,7 @@ namespace CoreNFC { | |
} | |
[Export ("readNDEFWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
+ public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -389,7 +389,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V67.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V69.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readNDEFWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/CoreNFC/NFCIso15693Tag.g.cs b/new/dotnet/ios/generated-sources/CoreNFC/NFCIso15693Tag.g.cs | |
index ae063bf..5ef6ffc 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreNFC/NFCIso15693Tag.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreNFC/NFCIso15693Tag.g.cs | |
@@ -58,7 +58,7 @@ namespace CoreNFC { | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadSingleBlock", Selector = "readSingleBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSData, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V19) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteSingleBlock", Selector = "writeSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (NSData), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockBlock", Selector = "lockBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadMultipleBlocks", Selector = "readMultipleBlocksWithRequestFlags:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V65) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadMultipleBlocks", Selector = "readMultipleBlocksWithRequestFlags:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V67) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteMultipleBlocks", Selector = "writeMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (NSData[]), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Select", Selector = "selectWithRequestFlags:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ResetToReady", Selector = "resetToReadyWithRequestFlags:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
@@ -67,12 +67,12 @@ namespace CoreNFC { | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteDsfi", Selector = "writeDSFIDWithRequestFlag:dsfid:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockDfsi", Selector = "lockDFSIDWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetSystemInfo", Selector = "getSystemInfoWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (CoreNFC.NFCGetSystemInfoCompletionHandler) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDNFCGetSystemInfoCompletionHandler) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetMultipleBlockSecurityStatus", Selector = "getMultipleBlockSecurityStatusWithRequestFlag:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (global::System.Action<NSNumber[], NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V68) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetMultipleBlockSecurityStatus", Selector = "getMultipleBlockSecurityStatusWithRequestFlag:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (global::System.Action<NSNumber[], NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V70) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CustomCommand", Selector = "customCommandWithRequestFlag:customCommandCode:customRequestParameters:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (global::System.Action<NSData, NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V19) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedReadSingleBlock", Selector = "extendedReadSingleBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (global::System.Action<NSData, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V19) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedWriteSingleBlock", Selector = "extendedWriteSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedLockBlock", Selector = "extendedLockBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedReadMultipleBlocks", Selector = "extendedReadMultipleBlocksWithRequestFlags:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V65) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedReadMultipleBlocks", Selector = "extendedReadMultipleBlocksWithRequestFlags:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V67) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedWriteMultipleBlocks", Selector = "extendedWriteMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (NSData[]), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Authenticate", Selector = "authenticateWithRequestFlags:cryptoSuiteIdentifier:message:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (CoreNFC.NFCIso15693TagResponseCallback) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagResponseCallback) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "KeyUpdate", Selector = "keyUpdateWithRequestFlags:keyIdentifier:message:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (CoreNFC.NFCIso15693TagResponseCallback) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagResponseCallback) })] | |
@@ -135,7 +135,7 @@ namespace CoreNFC { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("readMultipleBlocksWithRequestFlags:blockRange:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void ReadMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<NSData[], NSError> completionHandler); | |
+ unsafe void ReadMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NSData[], NSError> completionHandler); | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -189,7 +189,7 @@ namespace CoreNFC { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("getMultipleBlockSecurityStatusWithRequestFlag:blockRange:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void GetMultipleBlockSecurityStatus (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V68))]global::System.Action<NSNumber[], NSError> completionHandler); | |
+ unsafe void GetMultipleBlockSecurityStatus (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<NSNumber[], NSError> completionHandler); | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -219,7 +219,7 @@ namespace CoreNFC { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("extendedReadMultipleBlocksWithRequestFlags:blockRange:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void ExtendedReadMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<NSData[], NSError> completionHandler); | |
+ unsafe void ExtendedReadMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NSData[], NSError> completionHandler); | |
[SupportedOSPlatform ("ios14.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -421,7 +421,7 @@ namespace CoreNFC { | |
} | |
[Export ("readMultipleBlocksWithRequestFlags:blockRange:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void ReadMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<NSData[], NSError> completionHandler) | |
+ public unsafe void ReadMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NSData[], NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -432,7 +432,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V65.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V67.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NSRange_NativeHandle (this.Handle, Selector.GetHandle ("readMultipleBlocksWithRequestFlags:blockRange:completionHandler:"), (byte)flags, blockRange, (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
@@ -587,7 +587,7 @@ namespace CoreNFC { | |
} | |
[Export ("getMultipleBlockSecurityStatusWithRequestFlag:blockRange:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void GetMultipleBlockSecurityStatus (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V68))]global::System.Action<NSNumber[], NSError> completionHandler) | |
+ public unsafe void GetMultipleBlockSecurityStatus (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<NSNumber[], NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -598,7 +598,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V68.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NSRange_NativeHandle (this.Handle, Selector.GetHandle ("getMultipleBlockSecurityStatusWithRequestFlag:blockRange:completionHandler:"), (byte)flags, blockRange, (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
@@ -679,7 +679,7 @@ namespace CoreNFC { | |
} | |
[Export ("extendedReadMultipleBlocksWithRequestFlags:blockRange:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void ExtendedReadMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V65))]global::System.Action<NSData[], NSError> completionHandler) | |
+ public unsafe void ExtendedReadMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NSData[], NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -690,7 +690,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V65.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V67.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NSRange_NativeHandle (this.Handle, Selector.GetHandle ("extendedReadMultipleBlocksWithRequestFlags:blockRange:completionHandler:"), (byte)flags, blockRange, (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
@@ -921,7 +921,7 @@ namespace CoreNFC { | |
} | |
[Export ("readNDEFWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
+ public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -932,7 +932,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V67.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V69.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readNDEFWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/CoreNFC/NFCIso7816Tag.g.cs b/new/dotnet/ios/generated-sources/CoreNFC/NFCIso7816Tag.g.cs | |
index 606013b..5dab171 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreNFC/NFCIso7816Tag.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreNFC/NFCIso7816Tag.g.cs | |
@@ -142,7 +142,7 @@ namespace CoreNFC { | |
} | |
[Export ("readNDEFWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
+ public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -153,7 +153,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V67.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V69.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readNDEFWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/CoreNFC/NFCMiFareTag.g.cs b/new/dotnet/ios/generated-sources/CoreNFC/NFCMiFareTag.g.cs | |
index 5e8e229..7d9a4be 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreNFC/NFCMiFareTag.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreNFC/NFCMiFareTag.g.cs | |
@@ -156,7 +156,7 @@ namespace CoreNFC { | |
} | |
[Export ("readNDEFWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
+ public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -167,7 +167,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V67.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V69.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readNDEFWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/CoreNFC/NFCNdefTag.g.cs b/new/dotnet/ios/generated-sources/CoreNFC/NFCNdefTag.g.cs | |
index 162bf7c..5cfc27c 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreNFC/NFCNdefTag.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreNFC/NFCNdefTag.g.cs | |
@@ -53,7 +53,7 @@ namespace CoreNFC { | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[Protocol (Name = "NFCNDEFTag", WrapperType = typeof (NFCNdefTagWrapper))] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "QueryNdefStatus", Selector = "queryNDEFStatusWithCompletionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCQueryNdefStatusCompletionHandler) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDNFCQueryNdefStatusCompletionHandler) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadNdef", Selector = "readNDEFWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::CoreNFC.NFCNdefMessage, NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity2V67) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadNdef", Selector = "readNDEFWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::CoreNFC.NFCNdefMessage, NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity2V69) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteNdef", Selector = "writeNDEF:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCNdefMessage), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteLock", Selector = "writeLockWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Available", Selector = "available", PropertyType = typeof (bool), GetterSelector = "isAvailable", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -73,7 +73,7 @@ namespace CoreNFC { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("readNDEFWithCompletionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NFCNdefMessage, NSError> completionHandler); | |
+ unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<NFCNdefMessage, NSError> completionHandler); | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -118,7 +118,7 @@ namespace CoreNFC { | |
} | |
[Export ("readNDEFWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V67))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
+ public unsafe void ReadNdef ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<NFCNdefMessage, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -129,7 +129,7 @@ namespace CoreNFC { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V67.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V69.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readNDEFWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/CoreSpotlight/CSSearchQuery.g.cs b/new/dotnet/ios/generated-sources/CoreSpotlight/CSSearchQuery.g.cs | |
index 044e1d9..902c52c 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreSpotlight/CSSearchQuery.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreSpotlight/CSSearchQuery.g.cs | |
@@ -230,7 +230,7 @@ namespace CoreSpotlight { | |
[SupportedOSPlatform ("macos10.13")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
public unsafe virtual global::System.Action<CSSearchableItem[]>? FoundItemsHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V44))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V45))] | |
[Export ("foundItemsHandler", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("ios10.0")] | |
@@ -243,9 +243,9 @@ namespace CoreSpotlight { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("foundItemsHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V44.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V45.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))] | |
[Export ("setFoundItemsHandler:", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("ios10.0")] | |
@@ -256,7 +256,7 @@ namespace CoreSpotlight { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V44.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V45.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setFoundItemsHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreSpotlight/CSUserQuery.g.cs b/new/dotnet/ios/generated-sources/CoreSpotlight/CSUserQuery.g.cs | |
index 9710f61..551d45f 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreSpotlight/CSUserQuery.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreSpotlight/CSUserQuery.g.cs | |
@@ -164,7 +164,7 @@ namespace CoreSpotlight { | |
[SupportedOSPlatform ("ios16.0")] | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
public unsafe virtual global::System.Action<NSArray<CSSuggestion>>? FoundSuggestionsHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V45))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V46))] | |
[Export ("foundSuggestionsHandler", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos13.0")] | |
@@ -180,10 +180,10 @@ namespace CoreSpotlight { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("foundSuggestionsHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V45.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V46.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))] | |
[Export ("setFoundSuggestionsHandler:", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos13.0")] | |
@@ -197,7 +197,7 @@ namespace CoreSpotlight { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V45.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V46.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setFoundSuggestionsHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreTelephony/CTCallCenter.g.cs b/new/dotnet/ios/generated-sources/CoreTelephony/CTCallCenter.g.cs | |
index 4ebbc39..34516c3 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreTelephony/CTCallCenter.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreTelephony/CTCallCenter.g.cs | |
@@ -100,7 +100,7 @@ namespace CoreTelephony { | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios")] | |
public unsafe virtual global::System.Action<CTCall>? CallEventHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V46))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V47))] | |
[Export ("callEventHandler")] | |
#if __MACCATALYST__ && !__IOS__ | |
[Advice ("Starting with maccatalyst14.0 Use the 'CallKit' API instead.")] | |
@@ -119,9 +119,9 @@ namespace CoreTelephony { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("callEventHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V46.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V47.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))] | |
[Export ("setCallEventHandler:")] | |
#if __MACCATALYST__ && !__IOS__ | |
[Advice ("Starting with maccatalyst14.0 Use the 'CallKit' API instead.")] | |
@@ -138,7 +138,7 @@ namespace CoreTelephony { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V46.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V47.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setCallEventHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreTelephony/CTCellularData.g.cs b/new/dotnet/ios/generated-sources/CoreTelephony/CTCellularData.g.cs | |
index 0cee376..b0c8142 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreTelephony/CTCellularData.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreTelephony/CTCellularData.g.cs | |
@@ -101,7 +101,7 @@ namespace CoreTelephony { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("ios9.0")] | |
public unsafe virtual global::System.Action<CTCellularDataRestrictedState>? RestrictionDidUpdateNotifier { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V47))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V48))] | |
[Export ("cellularDataRestrictionDidUpdateNotifier", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("ios9.0")] | |
@@ -112,9 +112,9 @@ namespace CoreTelephony { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cellularDataRestrictionDidUpdateNotifier")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V47.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V48.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))] | |
[Export ("setCellularDataRestrictionDidUpdateNotifier:", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("ios9.0")] | |
@@ -123,7 +123,7 @@ namespace CoreTelephony { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V47.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V48.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setCellularDataRestrictionDidUpdateNotifier:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreTelephony/CTCellularPlanProvisioning.g.cs b/new/dotnet/ios/generated-sources/CoreTelephony/CTCellularPlanProvisioning.g.cs | |
index 2d0c6ac..7ec369e 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreTelephony/CTCellularPlanProvisioning.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreTelephony/CTCellularPlanProvisioning.g.cs | |
@@ -94,7 +94,7 @@ namespace CoreTelephony { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("ios12.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AddPlan (CTCellularPlanProvisioningRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<CTCellularPlanProvisioningAddPlanResult> completionHandler) | |
+ public unsafe virtual void AddPlan (CTCellularPlanProvisioningRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V49))]global::System.Action<CTCellularPlanProvisioningAddPlanResult> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -106,7 +106,7 @@ namespace CoreTelephony { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V48.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V49.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addPlanWith:completionHandler:"), request__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/CoreTelephony/CTTelephonyNetworkInfo.g.cs b/new/dotnet/ios/generated-sources/CoreTelephony/CTTelephonyNetworkInfo.g.cs | |
index c9fd47d..0a12a0a 100644 | |
--- a/old/dotnet/ios/generated-sources/CoreTelephony/CTTelephonyNetworkInfo.g.cs | |
+++ b/new/dotnet/ios/generated-sources/CoreTelephony/CTTelephonyNetworkInfo.g.cs | |
@@ -92,7 +92,7 @@ namespace CoreTelephony { | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios")] | |
public unsafe virtual global::System.Action<CTCarrier>? CellularProviderUpdatedEventHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V49))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V50))] | |
[Export ("subscriberCellularProviderDidUpdateNotifier")] | |
#if __IOS__ | |
[Advice ("Starting with ios12.0 Use 'ServiceSubscriberCellularProvidersDidUpdateNotifier' instead.")] | |
@@ -111,9 +111,9 @@ namespace CoreTelephony { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("subscriberCellularProviderDidUpdateNotifier")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V49.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V50.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V49))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V50))] | |
[Export ("setSubscriberCellularProviderDidUpdateNotifier:")] | |
#if __IOS__ | |
[Advice ("Starting with ios12.0 Use 'ServiceSubscriberCellularProvidersDidUpdateNotifier' instead.")] | |
@@ -130,7 +130,7 @@ namespace CoreTelephony { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V49.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V50.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setSubscriberCellularProviderDidUpdateNotifier:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -255,7 +255,7 @@ namespace CoreTelephony { | |
[SupportedOSPlatform ("ios12.0")] | |
[SupportedOSPlatform ("maccatalyst12.0")] | |
public unsafe virtual global::System.Action<NSString>? ServiceSubscriberCellularProvidersDidUpdateNotifier { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V50))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V51))] | |
[Export ("serviceSubscriberCellularProvidersDidUpdateNotifier", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios12.0")] | |
@@ -269,10 +269,10 @@ namespace CoreTelephony { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("serviceSubscriberCellularProvidersDidUpdateNotifier")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V50.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V51.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V50))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))] | |
[Export ("setServiceSubscriberCellularProvidersDidUpdateNotifier:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("ios12.0")] | |
@@ -284,7 +284,7 @@ namespace CoreTelephony { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V50.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V51.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setServiceSubscriberCellularProvidersDidUpdateNotifier:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/DeviceCheck/DCAppAttestService.g.cs b/new/dotnet/ios/generated-sources/DeviceCheck/DCAppAttestService.g.cs | |
index 6533980..b226e0d 100644 | |
--- a/old/dotnet/ios/generated-sources/DeviceCheck/DCAppAttestService.g.cs | |
+++ b/new/dotnet/ios/generated-sources/DeviceCheck/DCAppAttestService.g.cs | |
@@ -176,7 +176,7 @@ namespace DeviceCheck { | |
[SupportedOSPlatform ("tvos15.0")] | |
[SupportedOSPlatform ("maccatalyst14.5")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GenerateKey ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<string, NSError> completionHandler) | |
+ public unsafe virtual void GenerateKey ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V71))]global::System.Action<string, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -187,7 +187,7 @@ namespace DeviceCheck { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V69.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V71.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("generateKeyWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/EventKit/EKEventStore.g.cs b/new/dotnet/ios/generated-sources/EventKit/EKEventStore.g.cs | |
index a30a874..d0b751e 100644 | |
--- a/old/dotnet/ios/generated-sources/EventKit/EKEventStore.g.cs | |
+++ b/new/dotnet/ios/generated-sources/EventKit/EKEventStore.g.cs | |
@@ -176,7 +176,7 @@ namespace EventKit { | |
} | |
[Export ("fetchRemindersMatchingPredicate:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual nint FetchReminders (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))]global::System.Action<EKReminder[]> completion) | |
+ public unsafe virtual nint FetchReminders (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<EKReminder[]> completion) | |
{ | |
var predicate__handle__ = predicate!.GetNonNullHandle (nameof (predicate)); | |
if (completion is null) | |
@@ -185,7 +185,7 @@ namespace EventKit { | |
BlockLiteral block_completion; | |
block_completion = new BlockLiteral (); | |
block_ptr_completion = &block_completion; | |
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V51.Handler, completion); | |
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V52.Handler, completion); | |
nint ret; | |
if (IsDirectBinding) { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchRemindersMatchingPredicate:completion:"), predicate__handle__, (IntPtr) block_ptr_completion); | |
diff --git a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderEnumerator.g.cs b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderEnumerator.g.cs | |
index 4612ae1..00a6eb5 100644 | |
--- a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderEnumerator.g.cs | |
+++ b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderEnumerator.g.cs | |
@@ -56,7 +56,7 @@ namespace FileProvider { | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Invalidate", Selector = "invalidate")] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "EnumerateItems", Selector = "enumerateItemsForObserver:startingAtPage:", ParameterType = new Type [] { typeof (INSFileProviderEnumerationObserver), typeof (NSData) }, ParameterByRef = new bool [] { false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "EnumerateChanges", Selector = "enumerateChangesForObserver:fromSyncAnchor:", ParameterType = new Type [] { typeof (INSFileProviderChangeObserver), typeof (NSData) }, ParameterByRef = new bool [] { false, false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "CurrentSyncAnchor", Selector = "currentSyncAnchorWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSData>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V52) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "CurrentSyncAnchor", Selector = "currentSyncAnchorWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSData>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V53) })] | |
public partial interface INSFileProviderEnumerator : INativeObject, IDisposable | |
{ | |
[UnsupportedOSPlatform ("maccatalyst")] | |
@@ -93,7 +93,7 @@ namespace FileProvider { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("macos10.15")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void CurrentSyncAnchor (this INSFileProviderEnumerator This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSData> completionHandler) | |
+ public unsafe static void CurrentSyncAnchor (this INSFileProviderEnumerator This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSData> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -104,7 +104,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V52.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V53.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("currentSyncAnchorWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderExtension.g.cs b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderExtension.g.cs | |
index 2934364..325e878 100644 | |
--- a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderExtension.g.cs | |
+++ b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderExtension.g.cs | |
@@ -89,7 +89,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CreateDirectory (string directoryName, string parentItemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe virtual void CreateDirectory (string directoryName, string parentItemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -106,7 +106,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("createDirectoryWithName:inParentItemIdentifier:completionHandler:"), nsdirectoryName, nsparentItemIdentifier, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -382,7 +382,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ImportDocument (NSUrl fileUrl, string parentItemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe virtual void ImportDocument (NSUrl fileUrl, string parentItemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -397,7 +397,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("importDocumentAtURL:toParentItemIdentifier:completionHandler:"), fileUrl__handle__, nsparentItemIdentifier, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -483,7 +483,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RenameItem (string itemIdentifier, string itemName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe virtual void RenameItem (string itemIdentifier, string itemName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -500,7 +500,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("renameItemWithIdentifier:toName:completionHandler:"), nsitemIdentifier, nsitemName, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -533,7 +533,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ReparentItem (string itemIdentifier, string parentItemIdentifier, string? newName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe virtual void ReparentItem (string itemIdentifier, string parentItemIdentifier, string? newName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -551,7 +551,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("reparentItemWithIdentifier:toParentItemWithIdentifier:newName:completionHandler:"), nsitemIdentifier, nsparentItemIdentifier, nsnewName, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -585,7 +585,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetFavoriteRank (NSNumber? favoriteRank, string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe virtual void SetFavoriteRank (NSNumber? favoriteRank, string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -600,7 +600,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("setFavoriteRank:forItemIdentifier:completionHandler:"), favoriteRank__handle__, nsitemIdentifier, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -632,7 +632,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetLastUsedDate (NSDate? lastUsedDate, string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe virtual void SetLastUsedDate (NSDate? lastUsedDate, string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -647,7 +647,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("setLastUsedDate:forItemIdentifier:completionHandler:"), lastUsedDate__handle__, nsitemIdentifier, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -679,7 +679,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetTagData (NSData? tagData, string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe virtual void SetTagData (NSData? tagData, string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -694,7 +694,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("setTagData:forItemIdentifier:completionHandler:"), tagData__handle__, nsitemIdentifier, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -780,7 +780,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void TrashItem (string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe virtual void TrashItem (string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -794,7 +794,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("trashItemWithIdentifier:completionHandler:"), nsitemIdentifier, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -826,7 +826,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("macos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void UntrashItem (string itemIdentifier, string? parentItemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe virtual void UntrashItem (string itemIdentifier, string? parentItemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -841,7 +841,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("untrashItemWithIdentifier:toParentItemIdentifier:completionHandler:"), nsitemIdentifier, nsparentItemIdentifier, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderManager.g.cs b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderManager.g.cs | |
index 8cee507..85e2270 100644 | |
--- a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderManager.g.cs | |
+++ b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderManager.g.cs | |
@@ -173,7 +173,7 @@ namespace FileProvider { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void GetDomains ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V71))]global::System.Action<NSFileProviderDomain[], NSError> completionHandler) | |
+ public unsafe static void GetDomains ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V73))]global::System.Action<NSFileProviderDomain[], NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -184,7 +184,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V71.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V73.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("getDomainsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
@@ -341,7 +341,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("tvos")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetService (string serviceName, string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<NSFileProviderService, NSError> completionHandler) | |
+ public unsafe virtual void GetService (string serviceName, string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<NSFileProviderService, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -358,7 +358,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V74.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getServiceWithName:itemIdentifier:completionHandler:"), nsserviceName, nsitemIdentifier, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -411,7 +411,7 @@ namespace FileProvider { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetUserVisibleUrl (NSString itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError> completionHandler) | |
+ public unsafe virtual void GetUserVisibleUrl (NSString itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -423,7 +423,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getUserVisibleURLForItemIdentifier:completionHandler:"), itemIdentifier__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -656,7 +656,7 @@ namespace FileProvider { | |
[SupportedOSPlatform ("macos12.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RemoveDomain (NSFileProviderDomain domain, NSFileProviderDomainRemovalMode mode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError> completionHandler) | |
+ public unsafe static void RemoveDomain (NSFileProviderDomain domain, NSFileProviderDomainRemovalMode mode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -668,7 +668,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_IntPtr_NativeHandle (class_ptr, Selector.GetHandle ("removeDomain:mode:completionHandler:"), domain__handle__, (IntPtr) (long) mode, (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderReplicatedExtension.g.cs b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderReplicatedExtension.g.cs | |
index ebd9ff2..5894d5a 100644 | |
--- a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderReplicatedExtension.g.cs | |
+++ b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderReplicatedExtension.g.cs | |
@@ -55,7 +55,7 @@ namespace FileProvider { | |
[Advice (@"Implementation must expose selector 'initWithDomain:' with '.ctor (NSFileProviderDomain)'.")] | |
[Protocol (Name = "NSFileProviderReplicatedExtension", WrapperType = typeof (NSFileProviderReplicatedExtensionWrapper))] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Invalidate", Selector = "invalidate")] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetItem", Selector = "itemForIdentifier:request:completionHandler:", ReturnType = typeof (NSProgress), ParameterType = new Type [] { typeof (string), typeof (NSFileProviderRequest), typeof (global::System.Action<global::FileProvider.INSFileProviderItem, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V70) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetItem", Selector = "itemForIdentifier:request:completionHandler:", ReturnType = typeof (NSProgress), ParameterType = new Type [] { typeof (string), typeof (NSFileProviderRequest), typeof (global::System.Action<global::FileProvider.INSFileProviderItem, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V72) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateItem", Selector = "createItemBasedOnTemplate:fields:contents:options:request:completionHandler:", ReturnType = typeof (NSProgress), ParameterType = new Type [] { typeof (INSFileProviderItem), typeof (NSFileProviderItemFields), typeof (NSUrl), typeof (NSFileProviderCreateItemOptions), typeof (NSFileProviderRequest), typeof (NSFileProviderCreateOrModifyItemCompletionHandler) }, ParameterByRef = new bool [] { false, false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDNSFileProviderCreateOrModifyItemCompletionHandler) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "FetchContents", Selector = "fetchContentsForItemWithIdentifier:version:request:completionHandler:", ReturnType = typeof (NSProgress), ParameterType = new Type [] { typeof (string), typeof (NSFileProviderItemVersion), typeof (NSFileProviderRequest), typeof (NSFileProviderFetchContentsCompletionHandler) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDNSFileProviderFetchContentsCompletionHandler) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ModifyItem", Selector = "modifyItem:baseVersion:changedFields:contents:options:request:completionHandler:", ReturnType = typeof (NSProgress), ParameterType = new Type [] { typeof (INSFileProviderItem), typeof (NSFileProviderItemVersion), typeof (NSFileProviderItemFields), typeof (NSUrl), typeof (NSFileProviderModifyItemOptions), typeof (NSFileProviderRequest), typeof (NSFileProviderCreateOrModifyItemCompletionHandler) }, ParameterByRef = new bool [] { false, false, false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDNSFileProviderCreateOrModifyItemCompletionHandler) })] | |
@@ -79,7 +79,7 @@ namespace FileProvider { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("itemForIdentifier:request:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe NSProgress GetItem (string identifier, NSFileProviderRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler); | |
+ unsafe NSProgress GetItem (string identifier, NSFileProviderRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler); | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("macos11.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -191,7 +191,7 @@ namespace FileProvider { | |
} | |
[Export ("itemForIdentifier:request:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NSProgress GetItem (string identifier, NSFileProviderRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
+ public unsafe NSProgress GetItem (string identifier, NSFileProviderRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<INSFileProviderItem, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -206,7 +206,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V70.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V72.Handler, completionHandler); | |
NSProgress? ret; | |
ret = Runtime.GetNSObject<NSProgress> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("itemForIdentifier:request:completionHandler:"), nsidentifier, request__handle__, (IntPtr) block_ptr_completionHandler))!; | |
CFString.ReleaseNative (nsidentifier); | |
diff --git a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderServicing.g.cs b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderServicing.g.cs | |
index f0512f2..7bdcf45 100644 | |
--- a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderServicing.g.cs | |
+++ b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderServicing.g.cs | |
@@ -54,7 +54,7 @@ namespace FileProvider { | |
[SupportedOSPlatform ("ios16.0")] | |
[Advice (@"This API is not available when using Catalyst on macOS.")] | |
[Protocol (Name = "NSFileProviderServicing", WrapperType = typeof (NSFileProviderServicingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetSupportedServiceSources", Selector = "supportedServiceSourcesForItemIdentifier:completionHandler:", ReturnType = typeof (NSProgress), ParameterType = new Type [] { typeof (string), typeof (global::System.Action<global::FileProvider.INSFileProviderServiceSource[], NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V73) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetSupportedServiceSources", Selector = "supportedServiceSourcesForItemIdentifier:completionHandler:", ReturnType = typeof (NSProgress), ParameterType = new Type [] { typeof (string), typeof (global::System.Action<global::FileProvider.INSFileProviderServiceSource[], NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V75) })] | |
public partial interface INSFileProviderServicing : INativeObject, IDisposable | |
{ | |
[UnsupportedOSPlatform ("maccatalyst")] | |
@@ -63,7 +63,7 @@ namespace FileProvider { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("supportedServiceSourcesForItemIdentifier:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe NSProgress GetSupportedServiceSources (string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V73))]global::System.Action<INSFileProviderServiceSource[], NSError> completionHandler); | |
+ unsafe NSProgress GetSupportedServiceSources (string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<INSFileProviderServiceSource[], NSError> completionHandler); | |
} | |
internal sealed class NSFileProviderServicingWrapper : BaseWrapper, INSFileProviderServicing { | |
[Preserve (Conditional = true)] | |
@@ -73,7 +73,7 @@ namespace FileProvider { | |
} | |
[Export ("supportedServiceSourcesForItemIdentifier:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NSProgress GetSupportedServiceSources (string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V73))]global::System.Action<INSFileProviderServiceSource[], NSError> completionHandler) | |
+ public unsafe NSProgress GetSupportedServiceSources (string itemIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<INSFileProviderServiceSource[], NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -87,7 +87,7 @@ namespace FileProvider { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V73.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V75.Handler, completionHandler); | |
NSProgress? ret; | |
ret = Runtime.GetNSObject<NSProgress> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("supportedServiceSourcesForItemIdentifier:completionHandler:"), nsitemIdentifier, (IntPtr) block_ptr_completionHandler))!; | |
CFString.ReleaseNative (nsitemIdentifier); | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSData.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSData.g.cs | |
index f1cc6e1..d0b3334 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSData.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSData.g.cs | |
@@ -132,7 +132,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NSData (nint bytes, nuint length, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<nint, nuint>? deallocator) | |
+ public unsafe NSData (nint bytes, nuint length, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<nint, nuint>? deallocator) | |
: base (NSObjectFlag.Empty) | |
{ | |
BlockLiteral *block_ptr_deallocator; | |
@@ -142,7 +142,7 @@ namespace Foundation { | |
} else { | |
block_deallocator = new BlockLiteral (); | |
block_ptr_deallocator = &block_deallocator; | |
- block_deallocator.SetupBlockUnsafe (Trampolines.SDActionArity2V74.Handler, deallocator); | |
+ block_deallocator.SetupBlockUnsafe (Trampolines.SDActionArity2V76.Handler, deallocator); | |
} | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithBytesNoCopy:length:deallocator:"), bytes, length, (IntPtr) block_ptr_deallocator), "initWithBytesNoCopy:length:deallocator:"); | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSFileCoordinator.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSFileCoordinator.g.cs | |
index 830ff93..0ab61e7 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSFileCoordinator.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSFileCoordinator.g.cs | |
@@ -171,7 +171,7 @@ namespace Foundation { | |
} | |
[Export ("coordinateReadingItemAtURL:options:error:byAccessor:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CoordinateRead (NSUrl itemUrl, NSFileCoordinatorReadingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSUrl> worker) | |
+ public unsafe virtual void CoordinateRead (NSUrl itemUrl, NSFileCoordinatorReadingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSUrl> worker) | |
{ | |
var itemUrl__handle__ = itemUrl!.GetNonNullHandle (nameof (itemUrl)); | |
if (worker is null) | |
@@ -181,7 +181,7 @@ namespace Foundation { | |
BlockLiteral block_worker; | |
block_worker = new BlockLiteral (); | |
block_ptr_worker = &block_worker; | |
- block_worker.SetupBlockUnsafe (Trampolines.SDActionArity1V53.Handler, worker); | |
+ block_worker.SetupBlockUnsafe (Trampolines.SDActionArity1V54.Handler, worker); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_ref_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("coordinateReadingItemAtURL:options:error:byAccessor:"), itemUrl__handle__, (UIntPtr) (ulong) options, ref errorValue, (IntPtr) block_ptr_worker); | |
} else { | |
@@ -214,7 +214,7 @@ namespace Foundation { | |
} | |
[Export ("coordinateWritingItemAtURL:options:error:byAccessor:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CoordinateWrite (NSUrl url, NSFileCoordinatorWritingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSUrl> worker) | |
+ public unsafe virtual void CoordinateWrite (NSUrl url, NSFileCoordinatorWritingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSUrl> worker) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (worker is null) | |
@@ -224,7 +224,7 @@ namespace Foundation { | |
BlockLiteral block_worker; | |
block_worker = new BlockLiteral (); | |
block_ptr_worker = &block_worker; | |
- block_worker.SetupBlockUnsafe (Trampolines.SDActionArity1V53.Handler, worker); | |
+ block_worker.SetupBlockUnsafe (Trampolines.SDActionArity1V54.Handler, worker); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_ref_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("coordinateWritingItemAtURL:options:error:byAccessor:"), url__handle__, (UIntPtr) (ulong) options, ref errorValue, (IntPtr) block_ptr_worker); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSFileHandle.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSFileHandle.g.cs | |
index c5ccb09..fd89e22 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSFileHandle.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSFileHandle.g.cs | |
@@ -617,7 +617,7 @@ namespace Foundation { | |
} | |
[Export ("setReadabilityHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetReadabilityHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSFileHandle>? readCallback) | |
+ public unsafe virtual void SetReadabilityHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSFileHandle>? readCallback) | |
{ | |
BlockLiteral *block_ptr_readCallback; | |
BlockLiteral block_readCallback; | |
@@ -626,7 +626,7 @@ namespace Foundation { | |
} else { | |
block_readCallback = new BlockLiteral (); | |
block_ptr_readCallback = &block_readCallback; | |
- block_readCallback.SetupBlockUnsafe (Trampolines.SDActionArity1V54.Handler, readCallback); | |
+ block_readCallback.SetupBlockUnsafe (Trampolines.SDActionArity1V55.Handler, readCallback); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setReadabilityHandler:"), (IntPtr) block_ptr_readCallback); | |
@@ -638,7 +638,7 @@ namespace Foundation { | |
} | |
[Export ("setWriteabilityHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetWriteabilityHandle ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSFileHandle>? writeCallback) | |
+ public unsafe virtual void SetWriteabilityHandle ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSFileHandle>? writeCallback) | |
{ | |
BlockLiteral *block_ptr_writeCallback; | |
BlockLiteral block_writeCallback; | |
@@ -647,7 +647,7 @@ namespace Foundation { | |
} else { | |
block_writeCallback = new BlockLiteral (); | |
block_ptr_writeCallback = &block_writeCallback; | |
- block_writeCallback.SetupBlockUnsafe (Trampolines.SDActionArity1V54.Handler, writeCallback); | |
+ block_writeCallback.SetupBlockUnsafe (Trampolines.SDActionArity1V55.Handler, writeCallback); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setWriteabilityHandler:"), (IntPtr) block_ptr_writeCallback); | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSFileManager.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSFileManager.g.cs | |
index 2a1f3eb..c08419b 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSFileManager.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSFileManager.g.cs | |
@@ -469,7 +469,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetFileProviderServices (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<NSDictionary<NSString, NSFileProviderService>, NSError> completionHandler) | |
+ public unsafe virtual void GetFileProviderServices (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<NSDictionary<NSString, NSFileProviderService>, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -481,7 +481,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V75.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V77.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getFileProviderServicesForItemAtURL:completionHandler:"), url__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSHttpCookieStorage.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSHttpCookieStorage.g.cs | |
index 7f6c9c7..89c1e66 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSHttpCookieStorage.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSHttpCookieStorage.g.cs | |
@@ -94,7 +94,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCookiesForTask (NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSHttpCookie[]> completionHandler) | |
+ public unsafe virtual void GetCookiesForTask (NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<NSHttpCookie[]> completionHandler) | |
{ | |
var task__handle__ = task!.GetNonNullHandle (nameof (task)); | |
if (completionHandler is null) | |
@@ -103,7 +103,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V55.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V56.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getCookiesForTask:completionHandler:"), task__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSItemProvider.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSItemProvider.g.cs | |
index ce10d5c..9e0955b 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSItemProvider.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSItemProvider.g.cs | |
@@ -374,7 +374,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual NSProgress LoadFileRepresentation (string typeIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError> completionHandler) | |
+ public unsafe virtual NSProgress LoadFileRepresentation (string typeIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -388,7 +388,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionHandler); | |
NSProgress? ret; | |
if (IsDirectBinding) { | |
ret = Runtime.GetNSObject<NSProgress> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadFileRepresentationForTypeIdentifier:completionHandler:"), nstypeIdentifier, (IntPtr) block_ptr_completionHandler))!; | |
@@ -531,7 +531,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadItem (string typeIdentifier, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<NSObject, NSError>? completionHandler) | |
+ public unsafe virtual void LoadItem (string typeIdentifier, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V78))]global::System.Action<NSObject, NSError>? completionHandler) | |
{ | |
if (typeIdentifier is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (typeIdentifier)); | |
@@ -544,7 +544,7 @@ namespace Foundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V76.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V78.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadItemForTypeIdentifier:options:completionHandler:"), nstypeIdentifier, options__handle__, (IntPtr) block_ptr_completionHandler); | |
@@ -577,7 +577,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("ios11.0")] | |
[SupportedOSPlatform ("maccatalyst11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual NSProgress LoadObject (Class aClass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<INSItemProviderReading, NSError> completionHandler) | |
+ public unsafe virtual NSProgress LoadObject (Class aClass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V79))]global::System.Action<INSItemProviderReading, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -589,7 +589,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V77.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V79.Handler, completionHandler); | |
NSProgress? ret; | |
if (IsDirectBinding) { | |
ret = Runtime.GetNSObject<NSProgress> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadObjectOfClass:completionHandler:"), aClass.Handle, (IntPtr) block_ptr_completionHandler))!; | |
@@ -638,7 +638,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadPreviewImage (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<NSObject, NSError> completionHandler) | |
+ public unsafe virtual void LoadPreviewImage (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V78))]global::System.Action<NSObject, NSError> completionHandler) | |
{ | |
var options__handle__ = options!.GetNonNullHandle (nameof (options)); | |
if (completionHandler is null) | |
@@ -647,7 +647,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V76.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V78.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadPreviewImageWithOptions:completionHandler:"), options__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSNotificationCenter.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSNotificationCenter.g.cs | |
index 784ddba..58615f0 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSNotificationCenter.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSNotificationCenter.g.cs | |
@@ -95,7 +95,7 @@ namespace Foundation { | |
} | |
[Export ("addObserverForName:object:queue:usingBlock:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual NSObject AddObserver (string? name, NSObject? obj, NSOperationQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<NSNotification> handler) | |
+ public unsafe virtual NSObject AddObserver (string? name, NSObject? obj, NSOperationQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSNotification> handler) | |
{ | |
var obj__handle__ = obj.GetHandle (); | |
var queue__handle__ = queue.GetHandle (); | |
@@ -106,7 +106,7 @@ namespace Foundation { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V56.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V57.Handler, handler); | |
NSObject? ret; | |
if (IsDirectBinding) { | |
ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addObserverForName:object:queue:usingBlock:"), nsname, obj__handle__, queue__handle__, (IntPtr) block_ptr_handler))!; | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSTimer.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSTimer.g.cs | |
index 49c29eb..6204153 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSTimer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSTimer.g.cs | |
@@ -88,7 +88,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NSTimer (NSDate date, double seconds, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSTimer> block) | |
+ public unsafe NSTimer (NSDate date, double seconds, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<NSTimer> block) | |
: base (NSObjectFlag.Empty) | |
{ | |
var date__handle__ = date!.GetNonNullHandle (nameof (date)); | |
@@ -98,7 +98,7 @@ namespace Foundation { | |
BlockLiteral block_block; | |
block_block = new BlockLiteral (); | |
block_ptr_block = &block_block; | |
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V57.Handler, block); | |
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V58.Handler, block); | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_Double_bool_NativeHandle (this.Handle, Selector.GetHandle ("initWithFireDate:interval:repeats:block:"), date__handle__, seconds, repeats, (IntPtr) block_ptr_block), "initWithFireDate:interval:repeats:block:"); | |
} else { | |
@@ -121,7 +121,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSTimer CreateScheduledTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSTimer> block) | |
+ public unsafe static NSTimer CreateScheduledTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<NSTimer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
@@ -129,7 +129,7 @@ namespace Foundation { | |
BlockLiteral block_block; | |
block_block = new BlockLiteral (); | |
block_ptr_block = &block_block; | |
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V57.Handler, block); | |
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V58.Handler, block); | |
NSTimer? ret; | |
ret = Runtime.GetNSObject<NSTimer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_Double_bool_NativeHandle (class_ptr, Selector.GetHandle ("scheduledTimerWithTimeInterval:repeats:block:"), interval, repeats, (IntPtr) block_ptr_block))!; | |
block_ptr_block->CleanupBlock (); | |
@@ -150,7 +150,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("ios10.0")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSTimer CreateTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSTimer> block) | |
+ public unsafe static NSTimer CreateTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<NSTimer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
@@ -158,7 +158,7 @@ namespace Foundation { | |
BlockLiteral block_block; | |
block_block = new BlockLiteral (); | |
block_ptr_block = &block_block; | |
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V57.Handler, block); | |
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V58.Handler, block); | |
NSTimer? ret; | |
ret = Runtime.GetNSObject<NSTimer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_Double_bool_NativeHandle (class_ptr, Selector.GetHandle ("timerWithTimeInterval:repeats:block:"), interval, repeats, (IntPtr) block_ptr_block))!; | |
block_ptr_block->CleanupBlock (); | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSUndoManager.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSUndoManager.g.cs | |
index e5e1d66..bef4789 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSUndoManager.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSUndoManager.g.cs | |
@@ -161,7 +161,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("maccatalyst9.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RegisterUndo (NSObject target, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<NSObject> undoHandler) | |
+ public unsafe virtual void RegisterUndo (NSObject target, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))]global::System.Action<NSObject> undoHandler) | |
{ | |
var target__handle__ = target!.GetNonNullHandle (nameof (target)); | |
if (undoHandler is null) | |
@@ -170,7 +170,7 @@ namespace Foundation { | |
BlockLiteral block_undoHandler; | |
block_undoHandler = new BlockLiteral (); | |
block_ptr_undoHandler = &block_undoHandler; | |
- block_undoHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V58.Handler, undoHandler); | |
+ block_undoHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V59.Handler, undoHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("registerUndoWithTarget:handler:"), target__handle__, (IntPtr) block_ptr_undoHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSUrlCache.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSUrlCache.g.cs | |
index 5480f82..2e8d9da 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSUrlCache.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSUrlCache.g.cs | |
@@ -148,7 +148,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCachedResponse (NSUrlSessionDataTask dataTask, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
+ public unsafe virtual void GetCachedResponse (NSUrlSessionDataTask dataTask, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
{ | |
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask)); | |
if (completionHandler is null) | |
@@ -157,7 +157,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V59.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V60.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getCachedResponseForDataTask:completionHandler:"), dataTask__handle__, (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSUrlCredentialStorage.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSUrlCredentialStorage.g.cs | |
index 5cf5249..d6f9734 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSUrlCredentialStorage.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSUrlCredentialStorage.g.cs | |
@@ -83,7 +83,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCredentials (NSUrlProtectionSpace protectionSpace, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<NSDictionary>? completionHandler) | |
+ public unsafe virtual void GetCredentials (NSUrlProtectionSpace protectionSpace, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]global::System.Action<NSDictionary>? completionHandler) | |
{ | |
var protectionSpace__handle__ = protectionSpace!.GetNonNullHandle (nameof (protectionSpace)); | |
var task__handle__ = task!.GetNonNullHandle (nameof (task)); | |
@@ -94,7 +94,7 @@ namespace Foundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V23.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V24.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getCredentialsForProtectionSpace:task:completionHandler:"), protectionSpace__handle__, task__handle__, (IntPtr) block_ptr_completionHandler); | |
@@ -134,7 +134,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetDefaultCredential (NSUrlProtectionSpace space, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<NSUrlCredential>? completionHandler) | |
+ public unsafe virtual void GetDefaultCredential (NSUrlProtectionSpace space, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<NSUrlCredential>? completionHandler) | |
{ | |
var space__handle__ = space!.GetNonNullHandle (nameof (space)); | |
var task__handle__ = task!.GetNonNullHandle (nameof (task)); | |
@@ -145,7 +145,7 @@ namespace Foundation { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V60.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V61.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getDefaultCredentialForProtectionSpace:task:completionHandler:"), space__handle__, task__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs | |
index a438c54..04b92ba 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs | |
@@ -54,10 +54,10 @@ namespace Foundation { | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
[SupportedOSPlatform ("tvos")] | |
[Protocol (Name = "NSURLSessionDataDelegate", WrapperType = typeof (NSUrlSessionDataDelegateWrapper))] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveResponse", Selector = "URLSession:dataTask:didReceiveResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlResponse), typeof (global::System.Action<NSUrlSessionResponseDisposition>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V61) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveResponse", Selector = "URLSession:dataTask:didReceiveResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlResponse), typeof (global::System.Action<NSUrlSessionResponseDisposition>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V62) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidBecomeDownloadTask", Selector = "URLSession:dataTask:didBecomeDownloadTask:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlSessionDownloadTask) }, ParameterByRef = new bool [] { false, false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveData", Selector = "URLSession:dataTask:didReceiveData:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSData) }, ParameterByRef = new bool [] { false, false, false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillCacheResponse", Selector = "URLSession:dataTask:willCacheResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSCachedUrlResponse), typeof (global::System.Action<NSCachedUrlResponse>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V59) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillCacheResponse", Selector = "URLSession:dataTask:willCacheResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSCachedUrlResponse), typeof (global::System.Action<NSCachedUrlResponse>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V60) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidBecomeStreamTask", Selector = "URLSession:dataTask:didBecomeStreamTask:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlSessionStreamTask) }, ParameterByRef = new bool [] { false, false, false })] | |
public partial interface INSUrlSessionDataDelegate : INativeObject, IDisposable, | |
Foundation.INSUrlSessionTaskDelegate | |
@@ -69,7 +69,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidReceiveResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
+ public unsafe static void DidReceiveResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
{ | |
var session__handle__ = session!.GetNonNullHandle (nameof (session)); | |
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask)); | |
@@ -80,7 +80,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V61.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V62.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("URLSession:dataTask:didReceiveResponse:completionHandler:"), session__handle__, dataTask__handle__, response__handle__, (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
} | |
@@ -113,7 +113,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void WillCacheResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
+ public unsafe static void WillCacheResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
{ | |
var session__handle__ = session!.GetNonNullHandle (nameof (session)); | |
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask)); | |
@@ -124,7 +124,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V59.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V60.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("URLSession:dataTask:willCacheResponse:completionHandler:"), session__handle__, dataTask__handle__, proposedResponse__handle__, (IntPtr) block_ptr_completionHandler); | |
block_ptr_completionHandler->CleanupBlock (); | |
} | |
@@ -217,7 +217,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidReceiveResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
+ public unsafe virtual void DidReceiveResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -227,7 +227,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WillCacheResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
+ public unsafe virtual void WillCacheResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs | |
index d424246..61e01aa 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs | |
@@ -107,7 +107,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSData> resumeCallback) | |
+ public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSData> resumeCallback) | |
{ | |
if (resumeCallback is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (resumeCallback)); | |
@@ -115,7 +115,7 @@ namespace Foundation { | |
BlockLiteral block_resumeCallback; | |
block_resumeCallback = new BlockLiteral (); | |
block_ptr_resumeCallback = &block_resumeCallback; | |
- block_resumeCallback.SetupBlockUnsafe (Trampolines.SDActionArity1V52.Handler, resumeCallback); | |
+ block_resumeCallback.SetupBlockUnsafe (Trampolines.SDActionArity1V53.Handler, resumeCallback); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("cancelByProducingResumeData:"), (IntPtr) block_ptr_resumeCallback); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs | |
index 804d788..ec123b9 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs | |
@@ -101,7 +101,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ReceiveMessage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V78))]global::System.Action<NSUrlSessionWebSocketMessage, NSError> completionHandler) | |
+ public unsafe virtual void ReceiveMessage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V80))]global::System.Action<NSUrlSessionWebSocketMessage, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -112,7 +112,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V78.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V80.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("receiveMessageWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSUserActivity.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSUserActivity.g.cs | |
index d7e959e..b970c9a 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSUserActivity.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSUserActivity.g.cs | |
@@ -199,7 +199,7 @@ namespace Foundation { | |
[SupportedOSPlatform ("tvos9.0")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetContinuationStreams ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V4))]global::System.Action<NSInputStream, NSOutputStream, NSError> completionHandler) | |
+ public unsafe virtual void GetContinuationStreams ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V5))]global::System.Action<NSInputStream, NSOutputStream, NSError> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
@@ -207,7 +207,7 @@ namespace Foundation { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity3V4.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity3V5.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getContinuationStreamsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSValue.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSValue.g.cs | |
index 5fd30c7..7c411c6 100644 | |
--- a/old/dotnet/ios/generated-sources/Foundation/NSValue.g.cs | |
+++ b/new/dotnet/ios/generated-sources/Foundation/NSValue.g.cs | |
@@ -186,6 +186,20 @@ namespace Foundation { | |
{ | |
return Runtime.GetNSObject<NSValue> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_CMTimeRange (class_ptr, Selector.GetHandle ("valueWithCMTimeRange:"), timeRange))!; | |
} | |
+ [Export ("valueWithCMVideoDimensions:")] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static NSValue FromCMVideoDimensions (global::CoreMedia.CMVideoDimensions dimensions) | |
+ { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ return Runtime.GetNSObject<NSValue> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_CMVideoDimensions (class_ptr, Selector.GetHandle ("valueWithCMVideoDimensions:"), dimensions))!; | |
+ #endif | |
+ } | |
[Export ("valueWithDirectionalEdgeInsets:")] | |
[SupportedOSPlatform ("tvos11.0")] | |
[SupportedOSPlatform ("ios11.0")] | |
@@ -652,6 +666,43 @@ namespace Foundation { | |
} | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [SupportedOSPlatform ("tvos16.0")] | |
+ [SupportedOSPlatform ("macos13.0")] | |
+ [SupportedOSPlatform ("ios16.0")] | |
+ [SupportedOSPlatform ("maccatalyst16.0")] | |
+ public virtual global::CoreMedia.CMVideoDimensions CMVideoDimensionsValue { | |
+ [Export ("CMVideoDimensionsValue")] | |
+ get { | |
+ #if ARCH_32 | |
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
+ #else | |
+ global::CoreMedia.CMVideoDimensions ret; | |
+ if (IsDirectBinding) { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend (this.Handle, Selector.GetHandle ("CMVideoDimensionsValue")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend (this.Handle, Selector.GetHandle ("CMVideoDimensionsValue")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("CMVideoDimensionsValue")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSend (this.Handle, Selector.GetHandle ("CMVideoDimensionsValue")); | |
+ } | |
+ } else { | |
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("CMVideoDimensionsValue")); | |
+ } else if (IntPtr.Size == 8) { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("CMVideoDimensionsValue")); | |
+ } else if (Runtime.Arch == Arch.DEVICE) { | |
+ global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("CMVideoDimensionsValue")); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.CMVideoDimensions_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("CMVideoDimensionsValue")); | |
+ } | |
+ } | |
+ return ret!; | |
+ #endif | |
+ } | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[SupportedOSPlatform ("tvos9.2")] | |
[SupportedOSPlatform ("macos10.9")] | |
[SupportedOSPlatform ("ios")] | |
diff --git a/old/dotnet/ios/generated-sources/GameController/GCAxisInput.g.cs b/new/dotnet/ios/generated-sources/GameController/GCAxisInput.g.cs | |
index 1ce318e..8cedd13 100644 | |
--- a/old/dotnet/ios/generated-sources/GameController/GCAxisInput.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameController/GCAxisInput.g.cs | |
@@ -54,7 +54,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
[Protocol (Name = "GCAxisInput", WrapperType = typeof (GCAxisInputWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "ValueDidChangeHandler", Selector = "valueDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCAxisInput, float>), GetterSelector = "valueDidChangeHandler", SetterSelector = "setValueDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V5) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V5))] | |
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "ValueDidChangeHandler", Selector = "valueDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCAxisInput, float>), GetterSelector = "valueDidChangeHandler", SetterSelector = "setValueDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V6) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V6))] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Value", Selector = "value", PropertyType = typeof (float), GetterSelector = "value", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Analog", Selector = "analog", PropertyType = typeof (bool), GetterSelector = "isAnalog", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "CanWrap", Selector = "canWrap", PropertyType = typeof (bool), GetterSelector = "canWrap", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -64,10 +64,10 @@ namespace GameController { | |
{ | |
[Preserve (Conditional = true)] | |
unsafe global::System.Action<IGCPhysicalInputElement, IGCAxisInput, float>? ValueDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V5))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V6))] | |
[Export ("valueDidChangeHandler", ArgumentSemantic.Copy)] | |
get; | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V5))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V6))] | |
[Export ("setValueDidChangeHandler:", ArgumentSemantic.Copy)] | |
set; | |
} | |
@@ -109,7 +109,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
public unsafe global::System.Action<IGCPhysicalInputElement, IGCAxisInput, float>? ValueDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V5))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V6))] | |
[Export ("valueDidChangeHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -121,10 +121,10 @@ namespace GameController { | |
#else | |
NativeHandle ret; | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("valueDidChangeHandler")); | |
- return global::ObjCRuntime.Trampolines.NIDActionArity3V5.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity3V6.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V5))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V6))] | |
[Export ("setValueDidChangeHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -138,7 +138,7 @@ namespace GameController { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V5.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V6.Handler, value); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setValueDidChangeHandler:"), (IntPtr) block_ptr_value); | |
block_ptr_value->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/GameController/GCController.g.cs b/new/dotnet/ios/generated-sources/GameController/GCController.g.cs | |
index 110879f..5aeb2c9 100644 | |
--- a/old/dotnet/ios/generated-sources/GameController/GCController.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameController/GCController.g.cs | |
@@ -238,7 +238,7 @@ namespace GameController { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
public unsafe virtual global::System.Action<GCController>? ControllerPausedHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V62))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V63))] | |
[Export ("controllerPausedHandler", ArgumentSemantic.Copy)] | |
#if __MACOS__ | |
[Advice ("Starting with macos10.15 Use the Menu button found on the controller's profile, if it exists.")] | |
@@ -267,9 +267,9 @@ namespace GameController { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("controllerPausedHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V62.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V63.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))] | |
[Export ("setControllerPausedHandler:", ArgumentSemantic.Copy)] | |
#if __MACOS__ | |
[Advice ("Starting with macos10.15 Use the Menu button found on the controller's profile, if it exists.")] | |
@@ -296,7 +296,7 @@ namespace GameController { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V62.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V63.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setControllerPausedHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/GameController/GCLinearInput.g.cs b/new/dotnet/ios/generated-sources/GameController/GCLinearInput.g.cs | |
index 027e559..b299df2 100644 | |
--- a/old/dotnet/ios/generated-sources/GameController/GCLinearInput.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameController/GCLinearInput.g.cs | |
@@ -54,7 +54,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
[Protocol (Name = "GCLinearInput", WrapperType = typeof (GCLinearInputWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "ValueDidChangeHandler", Selector = "valueDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCLinearInput, float>), GetterSelector = "valueDidChangeHandler", SetterSelector = "setValueDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V6) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V6))] | |
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "ValueDidChangeHandler", Selector = "valueDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCLinearInput, float>), GetterSelector = "valueDidChangeHandler", SetterSelector = "setValueDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V7) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V7))] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Value", Selector = "value", PropertyType = typeof (float), GetterSelector = "value", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Analog", Selector = "analog", PropertyType = typeof (bool), GetterSelector = "isAnalog", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "CanWrap", Selector = "canWrap", PropertyType = typeof (bool), GetterSelector = "canWrap", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -64,10 +64,10 @@ namespace GameController { | |
{ | |
[Preserve (Conditional = true)] | |
unsafe global::System.Action<IGCPhysicalInputElement, IGCLinearInput, float>? ValueDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V6))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V7))] | |
[Export ("valueDidChangeHandler", ArgumentSemantic.Copy)] | |
get; | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V6))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V7))] | |
[Export ("setValueDidChangeHandler:", ArgumentSemantic.Copy)] | |
set; | |
} | |
@@ -109,7 +109,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
public unsafe global::System.Action<IGCPhysicalInputElement, IGCLinearInput, float>? ValueDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V6))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V7))] | |
[Export ("valueDidChangeHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -121,10 +121,10 @@ namespace GameController { | |
#else | |
NativeHandle ret; | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("valueDidChangeHandler")); | |
- return global::ObjCRuntime.Trampolines.NIDActionArity3V6.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity3V7.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V6))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V7))] | |
[Export ("setValueDidChangeHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -138,7 +138,7 @@ namespace GameController { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V6.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V7.Handler, value); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setValueDidChangeHandler:"), (IntPtr) block_ptr_value); | |
block_ptr_value->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/GameController/GCMotion.g.cs b/new/dotnet/ios/generated-sources/GameController/GCMotion.g.cs | |
index 5ce0d63..8796203 100644 | |
--- a/old/dotnet/ios/generated-sources/GameController/GCMotion.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameController/GCMotion.g.cs | |
@@ -587,7 +587,7 @@ namespace GameController { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
public unsafe virtual global::System.Action<GCMotion>? ValueChangedHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V63))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V64))] | |
[Export ("valueChangedHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("macos10.10")] | |
@@ -600,9 +600,9 @@ namespace GameController { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("valueChangedHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V63.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V64.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))] | |
[Export ("setValueChangedHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("macos10.10")] | |
@@ -613,7 +613,7 @@ namespace GameController { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V63.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V64.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setValueChangedHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/GameController/GCPhysicalInputProfile.g.cs b/new/dotnet/ios/generated-sources/GameController/GCPhysicalInputProfile.g.cs | |
index efa3da9..c1e9039 100644 | |
--- a/old/dotnet/ios/generated-sources/GameController/GCPhysicalInputProfile.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameController/GCPhysicalInputProfile.g.cs | |
@@ -516,7 +516,7 @@ namespace GameController { | |
[SupportedOSPlatform ("ios16.0")] | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
public unsafe virtual global::System.Action<GCPhysicalInputProfile, GCControllerElement>? ValueDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V79))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V81))] | |
[Export ("valueDidChangeHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("tvos14.0")] | |
[SupportedOSPlatform ("macos11.0")] | |
@@ -532,10 +532,10 @@ namespace GameController { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("valueDidChangeHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V79.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V81.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V79))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))] | |
[Export ("setValueDidChangeHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("tvos14.0")] | |
[SupportedOSPlatform ("macos11.0")] | |
@@ -549,7 +549,7 @@ namespace GameController { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V79.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V81.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setValueDidChangeHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/GameController/GCPressedStateInput.g.cs b/new/dotnet/ios/generated-sources/GameController/GCPressedStateInput.g.cs | |
index a39bb09..788d42b 100644 | |
--- a/old/dotnet/ios/generated-sources/GameController/GCPressedStateInput.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameController/GCPressedStateInput.g.cs | |
@@ -54,7 +54,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
[Protocol (Name = "GCPressedStateInput", WrapperType = typeof (GCPressedStateInputWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "PressedDidChangeHandler", Selector = "pressedDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCPressedStateInput, bool>), GetterSelector = "pressedDidChangeHandler", SetterSelector = "setPressedDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V7) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V7))] | |
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "PressedDidChangeHandler", Selector = "pressedDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCPressedStateInput, bool>), GetterSelector = "pressedDidChangeHandler", SetterSelector = "setPressedDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V8) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V8))] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Pressed", Selector = "pressed", PropertyType = typeof (bool), GetterSelector = "isPressed", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "LastPressedStateTimestamp", Selector = "lastPressedStateTimestamp", PropertyType = typeof (double), GetterSelector = "lastPressedStateTimestamp", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "LastPressedStateLatency", Selector = "lastPressedStateLatency", PropertyType = typeof (double), GetterSelector = "lastPressedStateLatency", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -62,10 +62,10 @@ namespace GameController { | |
{ | |
[Preserve (Conditional = true)] | |
unsafe global::System.Action<IGCPhysicalInputElement, IGCPressedStateInput, bool>? PressedDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V7))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V8))] | |
[Export ("pressedDidChangeHandler", ArgumentSemantic.Copy)] | |
get; | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V7))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V8))] | |
[Export ("setPressedDidChangeHandler:", ArgumentSemantic.Copy)] | |
set; | |
} | |
@@ -97,7 +97,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
public unsafe global::System.Action<IGCPhysicalInputElement, IGCPressedStateInput, bool>? PressedDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V7))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V8))] | |
[Export ("pressedDidChangeHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -109,10 +109,10 @@ namespace GameController { | |
#else | |
NativeHandle ret; | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pressedDidChangeHandler")); | |
- return global::ObjCRuntime.Trampolines.NIDActionArity3V7.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity3V8.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V7))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V8))] | |
[Export ("setPressedDidChangeHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -126,7 +126,7 @@ namespace GameController { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V7.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V8.Handler, value); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPressedDidChangeHandler:"), (IntPtr) block_ptr_value); | |
block_ptr_value->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/GameController/GCRelativeInput.g.cs b/new/dotnet/ios/generated-sources/GameController/GCRelativeInput.g.cs | |
index 74ef06e..517edb5 100644 | |
--- a/old/dotnet/ios/generated-sources/GameController/GCRelativeInput.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameController/GCRelativeInput.g.cs | |
@@ -54,7 +54,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
[Protocol (Name = "GCRelativeInput", WrapperType = typeof (GCRelativeInputWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "DeltaDidChangeHandler", Selector = "deltaDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCRelativeInput, float>), GetterSelector = "deltaDidChangeHandler", SetterSelector = "setDeltaDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V8) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V8))] | |
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "DeltaDidChangeHandler", Selector = "deltaDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCRelativeInput, float>), GetterSelector = "deltaDidChangeHandler", SetterSelector = "setDeltaDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V9) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V9))] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Delta", Selector = "delta", PropertyType = typeof (float), GetterSelector = "delta", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Analog", Selector = "analog", PropertyType = typeof (bool), GetterSelector = "isAnalog", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "LastDeltaTimestamp", Selector = "lastDeltaTimestamp", PropertyType = typeof (double), GetterSelector = "lastDeltaTimestamp", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -63,10 +63,10 @@ namespace GameController { | |
{ | |
[Preserve (Conditional = true)] | |
unsafe global::System.Action<IGCPhysicalInputElement, IGCRelativeInput, float>? DeltaDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V8))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V9))] | |
[Export ("deltaDidChangeHandler", ArgumentSemantic.Copy)] | |
get; | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V8))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V9))] | |
[Export ("setDeltaDidChangeHandler:", ArgumentSemantic.Copy)] | |
set; | |
} | |
@@ -103,7 +103,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
public unsafe global::System.Action<IGCPhysicalInputElement, IGCRelativeInput, float>? DeltaDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V8))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V9))] | |
[Export ("deltaDidChangeHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -115,10 +115,10 @@ namespace GameController { | |
#else | |
NativeHandle ret; | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("deltaDidChangeHandler")); | |
- return global::ObjCRuntime.Trampolines.NIDActionArity3V8.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity3V9.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V8))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V9))] | |
[Export ("setDeltaDidChangeHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -132,7 +132,7 @@ namespace GameController { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V8.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V9.Handler, value); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setDeltaDidChangeHandler:"), (IntPtr) block_ptr_value); | |
block_ptr_value->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/GameController/GCSwitchPositionInput.g.cs b/new/dotnet/ios/generated-sources/GameController/GCSwitchPositionInput.g.cs | |
index 8a3c997..273c4d6 100644 | |
--- a/old/dotnet/ios/generated-sources/GameController/GCSwitchPositionInput.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameController/GCSwitchPositionInput.g.cs | |
@@ -54,7 +54,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
[Protocol (Name = "GCSwitchPositionInput", WrapperType = typeof (GCSwitchPositionInputWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "PositionDidChangeHandler", Selector = "positionDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCSwitchPositionInput, nint>), GetterSelector = "positionDidChangeHandler", SetterSelector = "setPositionDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V9) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V9))] | |
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "PositionDidChangeHandler", Selector = "positionDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCSwitchPositionInput, nint>), GetterSelector = "positionDidChangeHandler", SetterSelector = "setPositionDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V10) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V10))] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Position", Selector = "position", PropertyType = typeof (IntPtr), GetterSelector = "position", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "PositionRange", Selector = "positionRange", PropertyType = typeof (NSRange), GetterSelector = "positionRange", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Sequential", Selector = "sequential", PropertyType = typeof (bool), GetterSelector = "isSequential", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -65,10 +65,10 @@ namespace GameController { | |
{ | |
[Preserve (Conditional = true)] | |
unsafe global::System.Action<IGCPhysicalInputElement, IGCSwitchPositionInput, nint>? PositionDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V9))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V10))] | |
[Export ("positionDidChangeHandler", ArgumentSemantic.Copy)] | |
get; | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V9))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V10))] | |
[Export ("setPositionDidChangeHandler:", ArgumentSemantic.Copy)] | |
set; | |
} | |
@@ -115,7 +115,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
public unsafe global::System.Action<IGCPhysicalInputElement, IGCSwitchPositionInput, nint>? PositionDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V9))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V10))] | |
[Export ("positionDidChangeHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -127,10 +127,10 @@ namespace GameController { | |
#else | |
NativeHandle ret; | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("positionDidChangeHandler")); | |
- return global::ObjCRuntime.Trampolines.NIDActionArity3V9.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity3V10.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V9))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V10))] | |
[Export ("setPositionDidChangeHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -144,7 +144,7 @@ namespace GameController { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V9.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V10.Handler, value); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPositionDidChangeHandler:"), (IntPtr) block_ptr_value); | |
block_ptr_value->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/GameController/GCTouchedStateInput.g.cs b/new/dotnet/ios/generated-sources/GameController/GCTouchedStateInput.g.cs | |
index bc11a30..359f8cb 100644 | |
--- a/old/dotnet/ios/generated-sources/GameController/GCTouchedStateInput.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameController/GCTouchedStateInput.g.cs | |
@@ -54,7 +54,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
[Protocol (Name = "GCTouchedStateInput", WrapperType = typeof (GCTouchedStateInputWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "TouchedDidChangeHandler", Selector = "touchedDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCTouchedStateInput, bool>), GetterSelector = "touchedDidChangeHandler", SetterSelector = "setTouchedDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V10) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V10))] | |
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "TouchedDidChangeHandler", Selector = "touchedDidChangeHandler", PropertyType = typeof (global::System.Action<global::GameController.IGCPhysicalInputElement, global::GameController.IGCTouchedStateInput, bool>), GetterSelector = "touchedDidChangeHandler", SetterSelector = "setTouchedDidChangeHandler:", ArgumentSemantic = ArgumentSemantic.Copy, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity3V11) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity3V11))] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Touched", Selector = "touched", PropertyType = typeof (bool), GetterSelector = "isTouched", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "LastTouchedStateTimestamp", Selector = "lastTouchedStateTimestamp", PropertyType = typeof (double), GetterSelector = "lastTouchedStateTimestamp", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "LastTouchedStateLatency", Selector = "lastTouchedStateLatency", PropertyType = typeof (double), GetterSelector = "lastTouchedStateLatency", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -62,10 +62,10 @@ namespace GameController { | |
{ | |
[Preserve (Conditional = true)] | |
unsafe global::System.Action<IGCPhysicalInputElement, IGCTouchedStateInput, bool>? TouchedDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V10))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V11))] | |
[Export ("touchedDidChangeHandler", ArgumentSemantic.Copy)] | |
get; | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V10))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V11))] | |
[Export ("setTouchedDidChangeHandler:", ArgumentSemantic.Copy)] | |
set; | |
} | |
@@ -97,7 +97,7 @@ namespace GameController { | |
[SupportedOSPlatform ("maccatalyst16.0")] | |
[SupportedOSPlatform ("tvos16.0")] | |
public unsafe global::System.Action<IGCPhysicalInputElement, IGCTouchedStateInput, bool>? TouchedDidChangeHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V10))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V11))] | |
[Export ("touchedDidChangeHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -109,10 +109,10 @@ namespace GameController { | |
#else | |
NativeHandle ret; | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("touchedDidChangeHandler")); | |
- return global::ObjCRuntime.Trampolines.NIDActionArity3V10.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity3V11.Create (ret)!; | |
#endif | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V10))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V11))] | |
[Export ("setTouchedDidChangeHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
@@ -126,7 +126,7 @@ namespace GameController { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V10.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V11.Handler, value); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setTouchedDidChangeHandler:"), (IntPtr) block_ptr_value); | |
block_ptr_value->CleanupBlock (); | |
#endif | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKAchievement.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKAchievement.g.cs | |
index 30641a5..3a965f5 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKAchievement.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKAchievement.g.cs | |
@@ -557,7 +557,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SelectChallengeablePlayerIDs (string[]? playerIDs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V80))]global::System.Action<string[], NSError>? completionHandler) | |
+ public unsafe virtual void SelectChallengeablePlayerIDs (string[]? playerIDs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<string[], NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
var nsa_playerIDs = playerIDs is null ? null : NSArray.FromStrings (playerIDs); | |
@@ -568,7 +568,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V80.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V82.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("selectChallengeablePlayerIDs:withCompletionHandler:"), nsa_playerIDs.GetHandle (), (IntPtr) block_ptr_completionHandler); | |
@@ -614,7 +614,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SelectChallengeablePlayers (GKPlayer[] players, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
+ public unsafe virtual void SelectChallengeablePlayers (GKPlayer[] players, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (players is null) | |
@@ -627,7 +627,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V81.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V83.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("selectChallengeablePlayers:withCompletionHandler:"), nsa_players.Handle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKChallenge.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKChallenge.g.cs | |
index afc204d..fe2901c 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKChallenge.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKChallenge.g.cs | |
@@ -134,7 +134,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void LoadReceivedChallenges ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKChallenge[], NSError>? completionHandler) | |
+ public unsafe static void LoadReceivedChallenges ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V84))]global::System.Action<GKChallenge[], NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -144,7 +144,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V82.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V84.Handler, completionHandler); | |
} | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadReceivedChallengesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
if (block_ptr_completionHandler != null) | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKCloudPlayer.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKCloudPlayer.g.cs | |
index aea099f..dfc5eac 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKCloudPlayer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKCloudPlayer.g.cs | |
@@ -121,7 +121,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("tvos10.0")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void GetCurrentSignedInPlayer (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKCloudPlayer, NSError> handler) | |
+ public unsafe static void GetCurrentSignedInPlayer (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V85))]global::System.Action<GKCloudPlayer, NSError> handler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (handler is null) | |
@@ -131,7 +131,7 @@ namespace GameKit { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V83.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V85.Handler, handler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("getCurrentSignedInPlayerForContainer:completionHandler:"), nscontainerName, (IntPtr) block_ptr_handler); | |
CFString.ReleaseNative (nscontainerName); | |
block_ptr_handler->CleanupBlock (); | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKGameSession.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKGameSession.g.cs | |
index b8aa4ab..ccd5029 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKGameSession.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKGameSession.g.cs | |
@@ -224,7 +224,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("tvos10.0")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void CreateSession (string? containerName, string title, nint maxPlayers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V84))]global::System.Action<GKGameSession, NSError> completionHandler) | |
+ public unsafe static void CreateSession (string? containerName, string title, nint maxPlayers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V86))]global::System.Action<GKGameSession, NSError> completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (title is null) | |
@@ -237,7 +237,7 @@ namespace GameKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V84.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V86.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_IntPtr_NativeHandle (class_ptr, Selector.GetHandle ("createSessionInContainer:withTitle:maxConnectedPlayers:completionHandler:"), nscontainerName, nstitle, maxPlayers, (IntPtr) block_ptr_completionHandler); | |
CFString.ReleaseNative (nscontainerName); | |
CFString.ReleaseNative (nstitle); | |
@@ -328,7 +328,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("tvos10.0")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetShareUrl ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V27))]global::System.Action<NSUrl, NSError> completionHandler) | |
+ public unsafe virtual void GetShareUrl ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V29))]global::System.Action<NSUrl, NSError> completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (completionHandler is null) | |
@@ -337,7 +337,7 @@ namespace GameKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V27.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V29.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getShareURLWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -470,7 +470,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("tvos10.0")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void LoadSession (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V84))]global::System.Action<GKGameSession, NSError> completionHandler) | |
+ public unsafe static void LoadSession (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V86))]global::System.Action<GKGameSession, NSError> completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (identifier is null) | |
@@ -482,7 +482,7 @@ namespace GameKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V84.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V86.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadSessionWithIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler); | |
CFString.ReleaseNative (nsidentifier); | |
block_ptr_completionHandler->CleanupBlock (); | |
@@ -541,7 +541,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("tvos10.0")] | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void LoadSessions (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V85))]global::System.Action<GKGameSession[], NSError> completionHandler) | |
+ public unsafe static void LoadSessions (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V87))]global::System.Action<GKGameSession[], NSError> completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (completionHandler is null) | |
@@ -551,7 +551,7 @@ namespace GameKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V85.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V87.Handler, completionHandler); | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadSessionsInContainer:completionHandler:"), nscontainerName, (IntPtr) block_ptr_completionHandler); | |
CFString.ReleaseNative (nscontainerName); | |
block_ptr_completionHandler->CleanupBlock (); | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKLeaderboard.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKLeaderboard.g.cs | |
index dc1327f..f6d2f30 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKLeaderboard.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKLeaderboard.g.cs | |
@@ -385,7 +385,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void LoadLeaderboards ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V86))]global::System.Action<GKLeaderboard[], NSError>? completionHandler) | |
+ public unsafe static void LoadLeaderboards ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V88))]global::System.Action<GKLeaderboard[], NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -395,7 +395,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V86.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V88.Handler, completionHandler); | |
} | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadLeaderboardsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
if (block_ptr_completionHandler != null) | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs | |
index 6df7556..f8a3084 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs | |
@@ -262,7 +262,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchSavedGames ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V87))]global::System.Action<GKSavedGame[], NSError>? handler) | |
+ public unsafe virtual void FetchSavedGames ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKSavedGame[], NSError>? handler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_handler; | |
@@ -272,7 +272,7 @@ namespace GameKit { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V87.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V89.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("fetchSavedGamesWithCompletionHandler:"), (IntPtr) block_ptr_handler); | |
@@ -382,7 +382,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("ios13.0")] | |
[SupportedOSPlatform ("maccatalyst13.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadChallengeableFriends ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
+ public unsafe virtual void LoadChallengeableFriends ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -395,7 +395,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V81.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V83.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadChallengableFriendsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
@@ -440,7 +440,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadDefaultLeaderboardCategoryID ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<string, NSError>? completionHandler) | |
+ public unsafe virtual void LoadDefaultLeaderboardCategoryID ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V71))]global::System.Action<string, NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -450,7 +450,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V69.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V71.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadDefaultLeaderboardCategoryIDWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
@@ -494,7 +494,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadDefaultLeaderboardIdentifier ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<string, NSError>? completionHandler) | |
+ public unsafe virtual void LoadDefaultLeaderboardIdentifier ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V71))]global::System.Action<string, NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -504,7 +504,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V69.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V71.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadDefaultLeaderboardIdentifierWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
@@ -552,7 +552,7 @@ namespace GameKit { | |
[UnsupportedOSPlatform ("maccatalyst10.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadFriendPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
+ public unsafe virtual void LoadFriendPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -562,7 +562,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V81.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V83.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadFriendPlayersWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
@@ -676,7 +676,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("ios14.5")] | |
[SupportedOSPlatform ("maccatalyst14.5")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadFriendsAuthorizationStatus ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V88))]global::System.Action<GKFriendsAuthorizationStatus, NSError> completionHandler) | |
+ public unsafe virtual void LoadFriendsAuthorizationStatus ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))]global::System.Action<GKFriendsAuthorizationStatus, NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -688,7 +688,7 @@ namespace GameKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V88.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V90.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadFriendsAuthorizationStatus:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -719,7 +719,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("ios14.5")] | |
[SupportedOSPlatform ("maccatalyst14.5")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadFriendsList ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError> completionHandler) | |
+ public unsafe virtual void LoadFriendsList ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKPlayer[], NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -731,7 +731,7 @@ namespace GameKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V81.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V83.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadFriends:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -762,7 +762,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("ios14.5")] | |
[SupportedOSPlatform ("maccatalyst14.5")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadFriendsList (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError> completionHandler) | |
+ public unsafe virtual void LoadFriendsList (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKPlayer[], NSError> completionHandler) | |
{ | |
#if ARCH_32 | |
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS"); | |
@@ -777,7 +777,7 @@ namespace GameKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V81.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V83.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadFriendsWithIdentifiers:completionHandler:"), nsa_identifiers.Handle, (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -809,7 +809,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("maccatalyst10.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void LoadRecentPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
+ public unsafe virtual void LoadRecentPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -819,7 +819,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V81.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V83.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadRecentPlayersWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
@@ -895,7 +895,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ResolveConflictingSavedGames (GKSavedGame[] conflictingSavedGames, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V87))]global::System.Action<GKSavedGame[], NSError>? handler) | |
+ public unsafe virtual void ResolveConflictingSavedGames (GKSavedGame[] conflictingSavedGames, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKSavedGame[], NSError>? handler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (conflictingSavedGames is null) | |
@@ -909,7 +909,7 @@ namespace GameKit { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V87.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V89.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("resolveConflictingSavedGames:withData:completionHandler:"), nsa_conflictingSavedGames.Handle, data__handle__, (IntPtr) block_ptr_handler); | |
@@ -926,7 +926,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos10.10")] | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SaveGameData (NSData data, string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKSavedGame, NSError>? handler) | |
+ public unsafe virtual void SaveGameData (NSData data, string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V91))]global::System.Action<GKSavedGame, NSError>? handler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
var data__handle__ = data!.GetNonNullHandle (nameof (data)); | |
@@ -940,7 +940,7 @@ namespace GameKit { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V89.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V91.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("saveGameData:withName:completionHandler:"), data__handle__, nsname, (IntPtr) block_ptr_handler); | |
@@ -1106,7 +1106,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
public unsafe virtual global::System.Action<global::UIKit.UIViewController, NSError>? AuthenticateHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V90))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V92))] | |
[Export ("authenticateHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
@@ -1120,9 +1120,9 @@ namespace GameKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("authenticateHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V90.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V92.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V92))] | |
[Export ("setAuthenticateHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("tvos")] | |
@@ -1134,7 +1134,7 @@ namespace GameKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V90.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V92.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setAuthenticateHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKMatch.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKMatch.g.cs | |
index 573286a..b340dc3 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKMatch.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKMatch.g.cs | |
@@ -88,7 +88,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ChooseBestHostPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<string> completionHandler) | |
+ public unsafe virtual void ChooseBestHostPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<string> completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (completionHandler is null) | |
@@ -97,7 +97,7 @@ namespace GameKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V64.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V65.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("chooseBestHostPlayerWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -136,7 +136,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ChooseBestHostingPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<GKPlayer> completionHandler) | |
+ public unsafe virtual void ChooseBestHostingPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<GKPlayer> completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (completionHandler is null) | |
@@ -145,7 +145,7 @@ namespace GameKit { | |
BlockLiteral block_completionHandler; | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V65.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V66.Handler, completionHandler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("chooseBestHostingPlayerWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} else { | |
@@ -187,7 +187,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V91))]global::System.Action<GKMatch, NSError>? completionHandler) | |
+ public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V93))]global::System.Action<GKMatch, NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -197,7 +197,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V91.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V93.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("rematchWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKMatchRequest.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKMatchRequest.g.cs | |
index e845aa4..fcaca41 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKMatchRequest.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKMatchRequest.g.cs | |
@@ -180,7 +180,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
public unsafe virtual global::System.Action<string, GKInviteeResponse>? InviteeResponseHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V92))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V94))] | |
[Export ("inviteeResponseHandler", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
#if __IOS__ | |
@@ -206,9 +206,9 @@ namespace GameKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("inviteeResponseHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V92.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V94.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V92))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V94))] | |
[Export ("setInviteeResponseHandler:", ArgumentSemantic.Copy)] | |
[UnsupportedOSPlatform ("tvos")] | |
#if __IOS__ | |
@@ -232,7 +232,7 @@ namespace GameKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V92.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V94.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setInviteeResponseHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
@@ -451,7 +451,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
public unsafe virtual global::System.Action<GKPlayer, GKInviteRecipientResponse>? RecipientResponseHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V93))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V95))] | |
[Export ("recipientResponseHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("macos10.10")] | |
@@ -465,9 +465,9 @@ namespace GameKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recipientResponseHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity2V93.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V95.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V93))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V95))] | |
[Export ("setRecipientResponseHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios8.0")] | |
[SupportedOSPlatform ("macos10.10")] | |
@@ -479,7 +479,7 @@ namespace GameKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V93.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V95.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRecipientResponseHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs | |
index c502e66..4ce2d12 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs | |
@@ -305,7 +305,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FindPlayersForHostedRequest (GKMatchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
+ public unsafe virtual void FindPlayersForHostedRequest (GKMatchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKPlayer[], NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
@@ -316,7 +316,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V81.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V83.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("findPlayersForHostedRequest:withCompletionHandler:"), request__handle__, (IntPtr) block_ptr_completionHandler); | |
@@ -364,7 +364,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Match (GKInvite invite, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V91))]global::System.Action<GKMatch, NSError>? completionHandler) | |
+ public unsafe virtual void Match (GKInvite invite, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V93))]global::System.Action<GKMatch, NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
var invite__handle__ = invite!.GetNonNullHandle (nameof (invite)); | |
@@ -375,7 +375,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V91.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V93.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("matchForInvite:completionHandler:"), invite__handle__, (IntPtr) block_ptr_completionHandler); | |
@@ -503,7 +503,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V94))]global::System.Action<string, bool>? reachableHandler) | |
+ public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<string, bool>? reachableHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_reachableHandler; | |
@@ -513,7 +513,7 @@ namespace GameKit { | |
} else { | |
block_reachableHandler = new BlockLiteral (); | |
block_ptr_reachableHandler = &block_reachableHandler; | |
- block_reachableHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V94.Handler, reachableHandler); | |
+ block_reachableHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V96.Handler, reachableHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("startBrowsingForNearbyPlayersWithReachableHandler:"), (IntPtr) block_ptr_reachableHandler); | |
@@ -529,7 +529,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V95))]global::System.Action<GKPlayer, bool>? handler) | |
+ public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V97))]global::System.Action<GKPlayer, bool>? handler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_handler; | |
@@ -539,7 +539,7 @@ namespace GameKit { | |
} else { | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V95.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V97.Handler, handler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("startBrowsingForNearbyPlayersWithHandler:"), (IntPtr) block_ptr_handler); | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKTurnBasedMatch.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKTurnBasedMatch.g.cs | |
index 2ccbab2..abe42db 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKTurnBasedMatch.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKTurnBasedMatch.g.cs | |
@@ -89,7 +89,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AcceptInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler) | |
+ public unsafe virtual void AcceptInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V98))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -99,7 +99,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V96.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V98.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("acceptInviteWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
@@ -131,7 +131,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DeclineInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler) | |
+ public unsafe virtual void DeclineInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V98))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -141,7 +141,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V96.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V98.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("declineInviteWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
@@ -500,7 +500,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void LoadMatch (string matchId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler) | |
+ public unsafe static void LoadMatch (string matchId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V98))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (matchId is null) | |
@@ -513,7 +513,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V96.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V98.Handler, completionHandler); | |
} | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadMatchWithID:withCompletionHandler:"), nsmatchId, (IntPtr) block_ptr_completionHandler); | |
CFString.ReleaseNative (nsmatchId); | |
@@ -779,7 +779,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler) | |
+ public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V98))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
BlockLiteral *block_ptr_completionHandler; | |
@@ -789,7 +789,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V96.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V98.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("rematchWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
@@ -953,7 +953,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("maccatalyst7.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SendExchange (GKTurnBasedParticipant[] participants, NSData data, string localizableMessage, NSObject[] arguments, double timeout, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V97))]global::System.Action<GKTurnBasedExchange, NSError>? completionHandler) | |
+ public unsafe virtual void SendExchange (GKTurnBasedParticipant[] participants, NSData data, string localizableMessage, NSObject[] arguments, double timeout, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V99))]global::System.Action<GKTurnBasedExchange, NSError>? completionHandler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (participants is null) | |
@@ -973,7 +973,7 @@ namespace GameKit { | |
} else { | |
block_completionHandler = new BlockLiteral (); | |
block_ptr_completionHandler = &block_completionHandler; | |
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V97.Handler, completionHandler); | |
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V99.Handler, completionHandler); | |
} | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_Double_NativeHandle (this.Handle, Selector.GetHandle ("sendExchangeToParticipants:data:localizableMessageKey:arguments:timeout:completionHandler:"), nsa_participants.Handle, data__handle__, nslocalizableMessage, nsa_arguments.Handle, timeout, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKVoiceChat.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKVoiceChat.g.cs | |
index 223e5f3..dcc2b80 100644 | |
--- a/old/dotnet/ios/generated-sources/GameKit/GKVoiceChat.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameKit/GKVoiceChat.g.cs | |
@@ -147,7 +147,7 @@ namespace GameKit { | |
[SupportedOSPlatform ("maccatalyst8.0")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetPlayerVoiceChatStateChangeHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V98))]global::System.Action<GKPlayer, GKVoiceChatPlayerState> handler) | |
+ public unsafe virtual void SetPlayerVoiceChatStateChangeHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V100))]global::System.Action<GKPlayer, GKVoiceChatPlayerState> handler) | |
{ | |
global::UIKit.UIApplication.EnsureUIThread (); | |
if (handler is null) | |
@@ -156,7 +156,7 @@ namespace GameKit { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V98.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V100.Handler, handler); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPlayerVoiceChatStateDidChangeHandler:"), (IntPtr) block_ptr_handler); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/GameplayKit/GKRule.g.cs b/new/dotnet/ios/generated-sources/GameplayKit/GKRule.g.cs | |
index db2f6eb..e7e6e29 100644 | |
--- a/old/dotnet/ios/generated-sources/GameplayKit/GKRule.g.cs | |
+++ b/new/dotnet/ios/generated-sources/GameplayKit/GKRule.g.cs | |
@@ -103,7 +103,7 @@ namespace GameplayKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst9.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static GKRule FromPredicate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDFuncArity2V1))]global::System.Func<GKRuleSystem, bool> predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<GKRuleSystem> action) | |
+ public unsafe static GKRule FromPredicate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDFuncArity2V1))]global::System.Func<GKRuleSystem, bool> predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<GKRuleSystem> action) | |
{ | |
if (predicate is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (predicate)); | |
@@ -118,7 +118,7 @@ namespace GameplayKit { | |
BlockLiteral block_action; | |
block_action = new BlockLiteral (); | |
block_ptr_action = &block_action; | |
- block_action.SetupBlockUnsafe (Trampolines.SDActionArity1V66.Handler, action); | |
+ block_action.SetupBlockUnsafe (Trampolines.SDActionArity1V67.Handler, action); | |
GKRule? ret; | |
ret = Runtime.GetNSObject<GKRule> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("ruleWithBlockPredicate:action:"), (IntPtr) block_ptr_predicate, (IntPtr) block_ptr_action))!; | |
block_ptr_predicate->CleanupBlock (); | |
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKActivitySummaryQuery.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKActivitySummaryQuery.g.cs | |
index 63daaf3..51d7dbe 100644 | |
--- a/old/dotnet/ios/generated-sources/HealthKit/HKActivitySummaryQuery.g.cs | |
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKActivitySummaryQuery.g.cs | |
@@ -74,7 +74,7 @@ namespace HealthKit { | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("maccatalyst9.3")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe HKActivitySummaryQuery (NSPredicate? predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V11))]global::System.Action<HKActivitySummaryQuery, HKActivitySummary[], NSError> handler) | |
+ public unsafe HKActivitySummaryQuery (NSPredicate? predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V12))]global::System.Action<HKActivitySummaryQuery, HKActivitySummary[], NSError> handler) | |
: base (NSObjectFlag.Empty) | |
{ | |
var predicate__handle__ = predicate.GetHandle (); | |
@@ -84,7 +84,7 @@ namespace HealthKit { | |
BlockLiteral block_handler; | |
block_handler = new BlockLiteral (); | |
block_ptr_handler = &block_handler; | |
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity3V11.Handler, handler); | |
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity3V12.Handler, handler); | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithPredicate:resultsHandler:"), predicate__handle__, (IntPtr) block_ptr_handler), "initWithPredicate:resultsHandler:"); | |
} else { | |
@@ -97,7 +97,7 @@ namespace HealthKit { | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("maccatalyst9.3")] | |
public unsafe virtual global::System.Action<HKActivitySummaryQuery, HKActivitySummary[], NSError>? UpdateHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V11))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity3V12))] | |
[Export ("updateHandler", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios9.3")] | |
[SupportedOSPlatform ("macos13.0")] | |
@@ -109,9 +109,9 @@ namespace HealthKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("updateHandler")); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity3V11.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity3V12.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V11))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity3V12))] | |
[Export ("setUpdateHandler:", ArgumentSemantic.Copy)] | |
[SupportedOSPlatform ("ios9.3")] | |
[SupportedOSPlatform ("macos13.0")] | |
@@ -121,7 +121,7 @@ namespace HealthKit { | |
BlockLiteral block_value; | |
block_value = new BlockLiteral (); | |
block_ptr_value = &block_value; | |
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V11.Handler, value); | |
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity3V12.Handler, value); | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setUpdateHandler:"), (IntPtr) block_ptr_value); | |
} else { | |
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs | |
index 54fdbb8..1063772 100644 | |
--- a/old/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs | |
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs | |
@@ -118,7 +118,7 @@ namespace HealthKit { | |
[SupportedOSPlatform ("macos13.0")] | |
[SupportedOSPlatform ("ios16.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AddAttachment (HK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment