AVAssetResourceLoadingRequest.GetPersistentContentKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a persistent content key.
[Foundation.Export("persistentContentKeyFromKeyVendorResponse:options:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSData GetPersistentContentKey (Foundation.NSData keyVendorResponse, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options, out Foundation.NSError error);
abstract member GetPersistentContentKey : Foundation.NSData * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * -> Foundation.NSData
override this.GetPersistentContentKey : Foundation.NSData * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * -> Foundation.NSData
Parameters
- keyVendorResponse
- NSData
- error
- NSError
Returns
- Attributes