Package org.robovm.apple.avfoundation
Class AVAssetResourceLoadingRequestOptions
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.avfoundation.AVAssetResourceLoadingRequestOptions
public class AVAssetResourceLoadingRequestOptions extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVAssetResourceLoadingRequestOptions.AsListMarshalerstatic classAVAssetResourceLoadingRequestOptions.Keysstatic classAVAssetResourceLoadingRequestOptions.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description AVAssetResourceLoadingRequestOptions() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)booleanhas(NSString key)booleanrequiresPersistentKey()Deprecated.Use -[AVPersistableContentKeyRequest persistableContentKeyFromKeyVendorResponse:options:error:]AVAssetResourceLoadingRequestOptionsset(NSString key, NSObject value)AVAssetResourceLoadingRequestOptionssetRequiresPersistentKey(boolean requiresPersistentKey)Deprecated.Use -[AVPersistableContentKeyRequest persistableContentKeyFromKeyVendorResponse:options:error:]Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
AVAssetResourceLoadingRequestOptions
public AVAssetResourceLoadingRequestOptions()
-
-
Method Details
-
has
-
get
-
set
-
requiresPersistentKey
Deprecated.Use -[AVPersistableContentKeyRequest persistableContentKeyFromKeyVendorResponse:options:error:]- Since:
- Available in iOS 9.0 and later.
-
setRequiresPersistentKey
@Deprecated public AVAssetResourceLoadingRequestOptions setRequiresPersistentKey(boolean requiresPersistentKey)Deprecated.Use -[AVPersistableContentKeyRequest persistableContentKeyFromKeyVendorResponse:options:error:]- Since:
- Available in iOS 9.0 and later.
-