Compartir a través de


AVContentKeySessionDelegate_Extensions.DidUpdate Método

Definición

Los desarrolladores pueden invalidar este método para controlar una solicitud de una actualización persistableContentKey realizada con el especificado 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

Parámetros

This
IAVContentKeySessionDelegate

Instancia en la que opera este método de extensión.

session
AVContentKeySession

Sesión que proporciona la información del evento.

persistableContentKey
NSData

Clave actualizada.

keyIdentifier
NSObject

Identificador de la clave actualizada.

Atributos

Se aplica a