Contents

dataRequest

The range of requested resource data.

Declaration

var dataRequest: AVAssetResourceLoadingDataRequest? { get }

Discussion

An instance of AVAssetResourceLoadingDataRequest that indicates the range of resource data that’s being requested. The value of this property is nil if no data is being requested.

If the loading request’s contentInformationRequest isn’t nil, set that request’s properties before you respond to any data request.

See Also

Accessing the request data