ALAssetsLibrary.WriteVideoToSavedPhotosAlbumAsync(NSUrl) Metodo

Definizione

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>

Parametri

videoPathURL
NSUrl

Restituisce

Attività che rappresenta l'operazione WriteVideoToSavedPhotosAlbum asincrona. Il valore del parametro TResult è T:AssetsLibrary.ALAssetsLibraryWriteCompletionDelegate.

Commenti

Il metodo WriteVideoToSavedPhotosAlbumAsync è adatto per essere usato con C# asincrono restituendo il controllo al chiamante con un oggetto Task che rappresenta l'operazione.

Da aggiungere.

Si applica a