xamarinios
namespace AVFoundation
{
    [Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "AVAssetDownloadDelegate", WrapperType = typeof(AVAssetDownloadDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidLoadTimeRange", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(AVAssetDownloadTask), typeof(CMTimeRange), typeof(NSValue[]), typeof(CMTimeRange) }, Selector = "URLSession:assetDownloadTask:didLoadTimeRange:totalTimeRangesLoaded:timeRangeExpectedToLoad:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidResolveMediaSelection", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(AVAssetDownloadTask), typeof(AVMediaSelection) }, Selector = "URLSession:assetDownloadTask:didResolveMediaSelection:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishDownloadingToUrl", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(AVAssetDownloadTask), typeof(NSUrl) }, Selector = "URLSession:assetDownloadTask:didFinishDownloadingToURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDownloadToUrl", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(AVAggregateAssetDownloadTask), typeof(NSUrl) }, Selector = "URLSession:aggregateAssetDownloadTask:willDownloadToURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidCompleteForMediaSelection", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(AVAggregateAssetDownloadTask), typeof(AVMediaSelection) }, Selector = "URLSession:aggregateAssetDownloadTask:didCompleteForMediaSelection:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidLoadTimeRange", ParameterByRef = new[] { false, false, false, false, false, false }, ParameterType = new[] { typeof(NSUrlSession), typeof(AVAggregateAssetDownloadTask), typeof(CMTimeRange), typeof(NSValue[]), typeof(CMTimeRange), typeof(AVMediaSelection) }, Selector = "URLSession:aggregateAssetDownloadTask:didLoadTimeRange:totalTimeRangesLoaded:timeRangeExpectedToLoad:forMediaSelection:")]
    [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    public interface IAVAssetDownloadDelegate : INSUrlSessionDelegate, INSUrlSessionTaskDelegate, INativeObject, IDisposable
}
.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

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙