AVContentKeySessionDelegate_Extensions.DidUpdate Método

Definição

Os desenvolvedores podem substituir esse método para lidar com uma solicitação de uma atualização persistableContentKey que foi feita com o 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

A instância na qual esse método de extensão opera.

session
AVContentKeySession

A sessão que está fornecendo as informações para o evento.

persistableContentKey
NSData

A chave atualizada.

keyIdentifier
NSObject

O identificador da chave atualizada.

Atributos

Aplica-se a