Share via


AVAssetImageGenerator.GenerateCGImagesAsynchronously Method

Definition

Overloads

GenerateCGImagesAsynchronously(NSValue[], AVAssetImageGeneratorCompletionHandler)

[Foundation.Export("generateCGImagesAsynchronouslyForTimes:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GenerateCGImagesAsynchronously(Foundation.NSValue[] cmTimesRequestedTimes, AVFoundation.AVAssetImageGeneratorCompletionHandler handler);
[<Foundation.Export("generateCGImagesAsynchronouslyForTimes:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GenerateCGImagesAsynchronously : Foundation.NSValue[] * AVFoundation.AVAssetImageGeneratorCompletionHandler -> unit
override this.GenerateCGImagesAsynchronously : Foundation.NSValue[] * AVFoundation.AVAssetImageGeneratorCompletionHandler -> unit

Parameters

cmTimesRequestedTimes
NSValue[]
Attributes

Applies to

GenerateCGImagesAsynchronously(NSValue[], AVAssetImageGeneratorCompletionHandler2)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void GenerateCGImagesAsynchronously(Foundation.NSValue[] cmTimesRequestedTimes, AVFoundation.AVAssetImageGeneratorCompletionHandler2 handler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GenerateCGImagesAsynchronously : Foundation.NSValue[] * AVFoundation.AVAssetImageGeneratorCompletionHandler2 -> unit

Parameters

cmTimesRequestedTimes
NSValue[]
Attributes

Applies to