Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
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 |
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 |
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 |
(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 |
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 |
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 |
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 |
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 |
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.