Share via


AVContentKeySessionDelegate.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.

[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

Parametri

session
AVContentKeySession

Sessione che fornisce le informazioni per l'evento.

persistableContentKey
NSData

Chiave aggiornata.

keyIdentifier
NSObject

Identificatore della chiave aggiornata.

Attributi

Si applica a