Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVAssetResourceLoadingRequestMBS class.

AVAssetResourceLoadingRequestMBS.contentInformationRequest as AVAssetResourceLoadingContentInformationRequestMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Information about the requested resource. (read-only)

An instance of AVAssetResourceLoadingContentInformationRequest that you populate with information about the resource. The value of this property is nil if no such information is being requested.
Available in OS X v10.9 and later.
(Read only property)

AVAssetResourceLoadingRequestMBS.dataRequest as AVAssetResourceLoadingDataRequestMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The range of requested resource data. (read-only)

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.
Available in OS X v10.9 and later.
(Read only property)

AVAssetResourceLoadingRequestMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The internal object reference.

(Read and Write property)

AVAssetResourceLoadingRequestMBS.isCancelled as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
A Boolean value that indicates whether the request has been cancelled. (read-only)

True when the resource loader cancels the loading of a request, just prior to sending the message resourceLoaderDidCancelLoadingRequest to the delegate.
(Read only property)

AVAssetResourceLoadingRequestMBS.isFinished as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
A Boolean value that indicates whether loading of the resource has finished. (read-only)

The value of this property is NO initially. The value changes to YES when the delegate object handling the request calls the finishLoadingWithResponse or finishLoadingWithError method.
Available in OS X v10.9 and later.
(Read only property)

AVAssetResourceLoadingRequestMBS.redirect as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
An URL request instance if the loading request was redirected.

Value is NSURLRequestMBS.
Set this property to an instance of NSURLRequest indicating a redirection of the loading request to another URL.
If no redirection is needed, the value of this property must be nil, which is the default.
Available in OS X v10.9 and later.
(Read only property)

AVAssetResourceLoadingRequestMBS.request as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The URL request object for the resource. (read-only)

Value is NSURLRequestMBS.
Use the value in this property to identify the requested resource and to formulate an appropriate response object.
Available in OS X v10.9 and later.
(Read only property)

AVAssetResourceLoadingRequestMBS.response as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The URL response for the loading request.

Value is NSURLResponseMBS.
The value of this property to an instance of NSURLResponse, indicating a response to the loading request. If no response is needed, the value of this property is nil.
Available in OS X v10.9 and later
(Read only property)

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...