Partager via


ALAssetsLibrary.WriteVideoToSavedPhotosAlbumAsync(NSUrl) Méthode

Définition

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

Paramètres

videoPathURL
NSUrl

Retours

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

Remarques

La méthode WriteVideoToSavedPhotosAlbumAsync est appropriée pour ê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 à