共用方式為


AVContentKeySessionDelegate.DidUpdate 方法

定義

開發人員可以覆寫這個方法,以處理使用指定 keyIdentifier 之 所更新之 更新 persistableContentKey 的要求。

[Foundation.Export("contentKeySession:didUpdatePersistableContentKey:forContentKeyIdentifier:")]
[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 virtual void DidUpdate (AVFoundation.AVContentKeySession session, Foundation.NSData persistableContentKey, Foundation.NSObject keyIdentifier);
abstract member DidUpdate : AVFoundation.AVContentKeySession * Foundation.NSData * Foundation.NSObject -> unit
override this.DidUpdate : AVFoundation.AVContentKeySession * Foundation.NSData * Foundation.NSObject -> unit

參數

session
AVContentKeySession

提供事件資訊的會話。

persistableContentKey
NSData

更新的索引鍵。

keyIdentifier
NSObject

已更新金鑰的識別碼。

屬性

適用於