Partager via


AVContentKeySessionDelegate.DidUpdate Méthode

Définition

Les développeurs peuvent remplacer cette méthode pour gérer une demande de mise à jour persistableContentKey effectuée avec le spécifié keyIdentifier.

[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

Paramètres

session
AVContentKeySession

Session qui fournit les informations pour l’événement.

persistableContentKey
NSData

Clé mise à jour.

keyIdentifier
NSObject

Identificateur de la clé mise à jour.

Attributs

S’applique à