AVVideoComposition.IsValidForAsset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- timeRange
- CMTimeRange
Returns
- Attributes