Partager via


ALAsset.SetVideoAtPathAsync(NSUrl) Méthode

Définition

Modifie le ALAsset pour faire référence à .videoPathURL

public virtual System.Threading.Tasks.Task<Foundation.NSUrl> SetVideoAtPathAsync (Foundation.NSUrl videoPathURL);
abstract member SetVideoAtPathAsync : Foundation.NSUrl -> System.Threading.Tasks.Task<Foundation.NSUrl>
override this.SetVideoAtPathAsync : Foundation.NSUrl -> System.Threading.Tasks.Task<Foundation.NSUrl>

Paramètres

videoPathURL
NSUrl

Retours

Tâche qui représente l’opération SetVideoAtPath asynchrone. La valeur du paramètre TResult est un T:AssetsLibrary.ALAssetsLibraryWriteCompletionDelegate.

Remarques

Les développeurs d’applications doivent vérifier la Editable propriété avant d’appeler cette méthode.

La méthode SetVideoAtPathAsync peut être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.

À ajouter.

S’applique à