AVVideoComposition.IsValidForAsset Method

Definition

Returns true if time ranges in asset within the specified timeRange are valid, and passes the validation results to the provided validationDelegate, if present.

[Foundation.Export("isValidForAsset:timeRange:validationDelegate:")]
public virtual bool IsValidForAsset (AVFoundation.AVAsset asset, CoreMedia.CMTimeRange timeRange, AVFoundation.IAVVideoCompositionValidationHandling validationDelegate);
abstract member IsValidForAsset : AVFoundation.AVAsset * CoreMedia.CMTimeRange * AVFoundation.IAVVideoCompositionValidationHandling -> bool
override this.IsValidForAsset : AVFoundation.AVAsset * CoreMedia.CMTimeRange * AVFoundation.IAVVideoCompositionValidationHandling -> bool

Parameters

asset
AVAsset

To be added.

This parameter can be null.

timeRange
CMTimeRange
validationDelegate
IAVVideoCompositionValidationHandling

To be added.

This parameter can be null.

Returns

Attributes

Applies to