次の方法で共有


AVContentKeySessionDelegate_Extensions.DidUpdate メソッド

定義

開発者は、このメソッドをオーバーライドして、指定した keyIdentifierで行われた更新のpersistableContentKey要求を処理できます。

[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

更新されたキーの識別子。

属性

適用対象