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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("resourceLoader:shouldWaitForLoadingOfRequestedResource:")]
[Preserve(Conditional = true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
bool ShouldWaitForLoadingOfRequestedResource(AVAssetResourceLoader! resourceLoader, AVAssetResourceLoadingRequest! loadingRequest);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.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. |