RPScreenRecorder.ExportClip(NSUrl, Double, Action<NSError>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("exportClipToURL:duration:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void ExportClip(Foundation.NSUrl url, double duration, Action<Foundation.NSError>? completionHandler);
[<Foundation.Export("exportClipToURL:duration:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.ExportClip : Foundation.NSUrl * double * Action<Foundation.NSError> -> unit
Parameters
- url
- NSUrl
- duration
- Double
- Attributes