AVAssetExportSession.EstimateOutputFileLength Method

Definition

[Foundation.Export("estimateOutputFileLengthWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EstimateOutputFileLength(Action<long,Foundation.NSError> handler);
[<Foundation.Export("estimateOutputFileLengthWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EstimateOutputFileLength : Action<int64, Foundation.NSError> -> unit
override this.EstimateOutputFileLength : Action<int64, Foundation.NSError> -> unit

Parameters

handler
Action<Int64,NSError>
Attributes

Applies to