Share via


AVContentKeySessionDelegate_Extensions.DidUpdate Metodo

Definizione

Gli sviluppatori possono eseguire l'override di questo metodo per gestire una richiesta per un aggiornamento eseguito persistableContentKey con l'oggetto specificato keyIdentifier.

[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

Parametri

This
IAVContentKeySessionDelegate

Istanza in cui funziona questo metodo di estensione.

session
AVContentKeySession

Sessione che fornisce le informazioni per l'evento.

persistableContentKey
NSData

Chiave aggiornata.

keyIdentifier
NSObject

Identificatore della chiave aggiornata.

Attributi

Si applica a