AVAssetDownloadDelegate
AVAssetDownloadDelegate()
AVAssetDownloadDelegate(IntPtr)
AVAssetDownloadDelegate(NativeHandle)
AVAssetDownloadDelegate(NSObjectFlag)
DidCompleteForMediaSelection(NSUrlSession, AVAggregateAssetDownloadTask, AVMediaSelection)
DidCompleteWithError(NSUrlSession, NSUrlSessionTask, NSError)
DidCreateTask(NSUrlSession, NSUrlSessionTask)
DidFinishCollectingMetrics(NSUrlSession, NSUrlSessionTask, NSUrlSessionTaskMetrics)
DidFinishDownloadingToUrl(NSUrlSession, AVAssetDownloadTask, NSUrl)
DidLoadTimeRange(NSUrlSession, AVAssetDownloadTask, CMTimeRange, NSValue[], CMTimeRange)
DidLoadTimeRange(NSUrlSession, AVAggregateAssetDownloadTask, CMTimeRange, NSValue[], CMTimeRange, AVMediaSelection)
DidReceiveChallenge(NSUrlSession, NSUrlSessionTask, NSUrlAuthenticationChallenge, Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>)
DidReceiveInformationalResponse(NSUrlSession, NSUrlSessionTask, NSHttpUrlResponse)
DidResolveMediaSelection(NSUrlSession, AVAssetDownloadTask, AVMediaSelection)
DidSendBodyData(NSUrlSession, NSUrlSessionTask, Int64, Int64, Int64)
NeedNewBodyStream(NSUrlSession, NSUrlSessionTask, Action<NSInputStream>)
NeedNewBodyStream(NSUrlSession, NSUrlSessionTask, Int64, Action<NSInputStream>)
TaskIsWaitingForConnectivity(NSUrlSession, NSUrlSessionTask)
WillBeginDelayedRequest(NSUrlSession, NSUrlSessionTask, NSUrlRequest, Action<NSUrlSessionDelayedRequestDisposition, NSUrlRequest>)
WillDownloadToUrl(NSUrlSession, AVAggregateAssetDownloadTask, NSUrl)
WillDownloadVariants(NSUrlSession, AVAssetDownloadTask, AVAssetVariant[])
WillPerformHttpRedirection(NSUrlSession, NSUrlSessionTask, NSHttpUrlResponse, NSUrlRequest, Action<NSUrlRequest>)
xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("AVAssetDownloadDelegate", false)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class AVAssetDownloadDelegate : NSObject, IAVAssetDownloadDelegate, INSUrlSessionDelegate, INSUrlSessionTaskDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("URLSession:task:didCompleteWithError:")]
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
public virtual void DidCompleteWithError(NSUrlSession! session, NSUrlSessionTask! task, NSError! error);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API