Share via


AVContentKeySessionDelegate.DidProvideContentKeyRequest Method

Definition

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

Parameters

keyRequest
AVContentKeyRequest

Implements

Attributes

Applies to