Package org.robovm.apple.avfoundation
Class AVAssetResourceLoadingRequest
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVAssetResourceLoadingRequest
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
- Direct Known Subclasses:
AVAssetResourceRenewalRequest
public class AVAssetResourceLoadingRequest extends NSObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVAssetResourceLoadingRequest.AVAssetResourceLoadingRequestPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedAVAssetResourceLoadingRequest()protectedAVAssetResourceLoadingRequest(NSObject.Handle h, long handle)protectedAVAssetResourceLoadingRequest(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
AVAssetResourceLoadingRequest
protected AVAssetResourceLoadingRequest() -
AVAssetResourceLoadingRequest
-
AVAssetResourceLoadingRequest
-
-
Method Details
-
getRequest
-
isFinished
public boolean isFinished() -
isCancelled
public boolean isCancelled() -
getContentInformationRequest
-
getDataRequest
-
getResponse
-
setResponse
-
getRedirect
-
setRedirect
-
getRequestor
- Since:
- Available in iOS 12.0 and later.
-
finishLoading
public void finishLoading() -
finishLoading
-
getStreamingContentKeyRequestData
@Deprecated public NSData getStreamingContentKeyRequestData(NSData appIdentifier, NSData contentIdentifier, AVAssetResourceLoadingRequestOptions options) throws NSErrorExceptionDeprecated.Use -[AVContentKeyRequest makeStreamingContentKeyRequestDataForApp:contentIdentifier:options:completionHandler:]- Throws:
NSErrorException
-
getPersistentContentKey
@Deprecated public NSData getPersistentContentKey(NSData keyVendorResponse, AVAssetResourceLoadingRequestOptions options) throws NSErrorExceptionDeprecated.Use -[AVPersistableContentKeyRequest persistableContentKeyFromKeyVendorResponse:options:error:]- Throws:
NSErrorException- Since:
- Available in iOS 9.0 and later.
-
finishLoading
Deprecated.Deprecated in iOS 7.0. Use -[AVAssetResourceLoadingRequest setResponse:], -[AVAssetResourceLoadingRequest setRedirect:], -[AVAssetResourceLoadingDataRequest respondWithData:], -[AVAssetResourceLoadingRequest finishLoading]
-