Share via


AVContentKeySessionDelegate.DidUpdate Method

Definition

Developers may override this method to handle a request for a an updated persistableContentKey that was made with the specified keyIdentifier.

[Foundation.Export("contentKeySession:didUpdatePersistableContentKey:forContentKeyIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdate(AVFoundation.AVContentKeySession session, Foundation.NSData persistableContentKey, Foundation.NSObject keyIdentifier);
[<Foundation.Export("contentKeySession:didUpdatePersistableContentKey:forContentKeyIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUpdate : AVFoundation.AVContentKeySession * Foundation.NSData * Foundation.NSObject -> unit
override this.DidUpdate : AVFoundation.AVContentKeySession * Foundation.NSData * Foundation.NSObject -> unit

Parameters

session
AVContentKeySession

The session that is supplying the information for the event.

persistableContentKey
NSData

The updated key.

keyIdentifier
NSObject

The identifier for the updated key.

Implements

Attributes

Applies to