Share via


AVMutableCompositionTrack.ValidateTrackSegments Method

Definition

[Foundation.Export("validateTrackSegments:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ValidateTrackSegments(AVFoundation.AVCompositionTrackSegment[] trackSegments, out Foundation.NSError error);
[<Foundation.Export("validateTrackSegments:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ValidateTrackSegments : AVFoundation.AVCompositionTrackSegment[] * NSError -> bool
override this.ValidateTrackSegments : AVFoundation.AVCompositionTrackSegment[] * NSError -> bool

Parameters

trackSegments
AVCompositionTrackSegment[]
error
NSError

Returns

Attributes

Applies to