AVAssetImageGenerator.FromAsset(AVAsset) Method

Definition

[Foundation.Export("assetImageGeneratorWithAsset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVAssetImageGenerator FromAsset(AVFoundation.AVAsset asset);
[<Foundation.Export("assetImageGeneratorWithAsset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromAsset : AVFoundation.AVAsset -> AVFoundation.AVAssetImageGenerator

Parameters

asset
AVAsset

Returns

Attributes

Applies to