delegate
The delegate object to use when handling resource requests.
Declaration
weak var delegate: (any AVAssetResourceLoaderDelegate)? { get }Discussion
The delegate object is responsible for indicating whether or not it is able to handle a resource request. And for those requests it does handle, the delegate object must initiate the loading of the requested resource.