Freigeben über


AVContentKeySessionDelegate_Extensions.DidUpdate Methode

Definition

Entwickler können diese Methode überschreiben, um eine Anforderung für eine aktualisierte persistableContentKey zu verarbeiten, die mit dem angegebenen keyIdentifierdurchgeführt wurde.

[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 static void DidUpdate (this AVFoundation.IAVContentKeySessionDelegate This, AVFoundation.AVContentKeySession session, Foundation.NSData persistableContentKey, Foundation.NSObject keyIdentifier);
static member DidUpdate : AVFoundation.IAVContentKeySessionDelegate * AVFoundation.AVContentKeySession * Foundation.NSData * Foundation.NSObject -> unit

Parameter

This
IAVContentKeySessionDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

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: