Share via


AVContentKeySessionDelegate.DidProvideRenewingContentKeyRequest Method

Definition

[Foundation.Export("contentKeySession:didProvideRenewingContentKeyRequest:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidProvideRenewingContentKeyRequest(AVFoundation.AVContentKeySession session, AVFoundation.AVContentKeyRequest keyRequest);
[<Foundation.Export("contentKeySession:didProvideRenewingContentKeyRequest:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidProvideRenewingContentKeyRequest : AVFoundation.AVContentKeySession * AVFoundation.AVContentKeyRequest -> unit
override this.DidProvideRenewingContentKeyRequest : AVFoundation.AVContentKeySession * AVFoundation.AVContentKeyRequest -> unit

Parameters

keyRequest
AVContentKeyRequest

Implements

Attributes

Applies to