Freigeben über


AVContentKeySessionDelegate.DidUpdate Methode

Definition

Entwickler können diese Methode überschreiben, um eine Anforderung für eine Aktualisierung persistableContentKey zu behandeln, die mit dem angegebenen keyIdentifierausgeführt wurde.

[Foundation.Export("contentKeySession:didUpdatePersistableContentKey:forContentKeyIdentifier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidUpdate (AVFoundation.AVContentKeySession session, Foundation.NSData persistableContentKey, Foundation.NSObject keyIdentifier);
abstract member DidUpdate : AVFoundation.AVContentKeySession * Foundation.NSData * Foundation.NSObject -> unit
override this.DidUpdate : AVFoundation.AVContentKeySession * Foundation.NSData * Foundation.NSObject -> unit

Parameter

session
AVContentKeySession

Die Sitzung, die die Informationen für das Ereignis bereitstellt.

persistableContentKey
NSData

Der aktualisierte Schlüssel.

keyIdentifier
NSObject

Der Bezeichner für den aktualisierten Schlüssel.

Attribute

Gilt für: