AVAssetResourceLoaderDelegate_Extensions Class

Definition

Extension methods to the IAVAssetResourceLoaderDelegate interface to support all the methods from the AVAssetResourceLoaderDelegate protocol.

public static class AVAssetResourceLoaderDelegate_Extensions
type AVAssetResourceLoaderDelegate_Extensions = class
Inheritance
AVAssetResourceLoaderDelegate_Extensions

Remarks

The extension methods for IAVAssetResourceLoaderDelegate allow developers to treat instances of the interface as having all the optional methods of the original AVAssetResourceLoaderDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidCancelAuthenticationChallenge(IAVAssetResourceLoaderDelegate, AVAssetResourceLoader, NSUrlAuthenticationChallenge)
DidCancelLoadingRequest(IAVAssetResourceLoaderDelegate, AVAssetResourceLoader, AVAssetResourceLoadingRequest)
ShouldWaitForRenewalOfRequestedResource(IAVAssetResourceLoaderDelegate, AVAssetResourceLoader, AVAssetResourceRenewalRequest)
ShouldWaitForResponseToAuthenticationChallenge(IAVAssetResourceLoaderDelegate, AVAssetResourceLoader, NSUrlAuthenticationChallenge)

Applies to