xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "AVAssetResourceLoaderDelegate", WrapperType = typeof(AVAssetResourceLoaderDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidCancelLoadingRequest", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVAssetResourceLoader), typeof(AVAssetResourceLoadingRequest) }, Selector = "resourceLoader:didCancelLoadingRequest:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidCancelAuthenticationChallenge", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVAssetResourceLoader), typeof(NSUrlAuthenticationChallenge) }, Selector = "resourceLoader:didCancelAuthenticationChallenge:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ShouldWaitForLoadingOfRequestedResource", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVAssetResourceLoader), typeof(AVAssetResourceLoadingRequest) }, ReturnType = typeof(bool), Selector = "resourceLoader:shouldWaitForLoadingOfRequestedResource:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldWaitForResponseToAuthenticationChallenge", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVAssetResourceLoader), typeof(NSUrlAuthenticationChallenge) }, ReturnType = typeof(bool), Selector = "resourceLoader:shouldWaitForResponseToAuthenticationChallenge:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldWaitForRenewalOfRequestedResource", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVAssetResourceLoader), typeof(AVAssetResourceRenewalRequest) }, ReturnType = typeof(bool), Selector = "resourceLoader:shouldWaitForRenewalOfRequestedResource:")]
public interface IAVAssetResourceLoaderDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.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. |