Поделиться через


AVContentKeySessionDelegate_Extensions.DidUpdate Метод

Определение

Разработчики могут переопределить этот метод для обработки запроса на обновление persistableContentKey , выполненное с помощью указанного 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

Параметры

This
IAVContentKeySessionDelegate

Экземпляр, с которым работает этот метод расширения.

session
AVContentKeySession

Сеанс, предоставляющий сведения о событии.

persistableContentKey
NSData

Обновленный ключ.

keyIdentifier
NSObject

Идентификатор обновленного ключа.

Атрибуты

Применяется к