ALAsset.SetVideoAtPath(NSUrl, Action<NSUrl,NSError>) Method

Definition

Modifies the ALAsset to refer to the videoPathURL.

[Foundation.Export("setVideoAtPath:completionBlock:")]
public virtual void SetVideoAtPath (Foundation.NSUrl videoPathURL, Action<Foundation.NSUrl,Foundation.NSError> completionBlock);
abstract member SetVideoAtPath : Foundation.NSUrl * Action<Foundation.NSUrl, Foundation.NSError> -> unit
override this.SetVideoAtPath : Foundation.NSUrl * Action<Foundation.NSUrl, Foundation.NSError> -> unit

Parameters

videoPathURL
NSUrl
completionBlock
Action<NSUrl,NSError>

To be added.

This parameter can be null.

Attributes

Applies to