Contents

AVAssetResourceLoader

An object that mediates resource requests from a URL asset.

Declaration

class AVAssetResourceLoader

Overview

You do not create resource loader objects yourself. Instead, you retrieve a resource loader from the resourceLoader property of an AVURLAsset object and use it to assign your custom delegate object.

The delegate you associate with this object must adopt the AVAssetResourceLoaderDelegate protocol. For more information, see AVAssetResourceLoaderDelegate.

Topics

Accessing the delegate

Loading content keys

Supporting Common Media Client Data

See Also

Resource loading