Contents

AVAssetResourceRenewalRequest

An object that encapsulates information about a resource request from a resource loader to renew a previously issued request.

Declaration

class AVAssetResourceRenewalRequest

Overview

When an AVURLAsset needs to renew a resource, because the renewalDate has been set on a previous loading request, it asks its AVAssetResourceLoader object to assist. The resource loader encapsulates the request information by creating an instance of this object, which it then hands to its delegate for processing. The delegate uses the information in this object to perform the request and report on the success or failure of the operation.

The AVAssetResourceRenewalRequest class is a subclass of AVAssetResourceLoadingRequest.

See Also

Resource loading