共用方式為


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

已更新金鑰的識別碼。

屬性

適用於