Share via


IAVContentKeySessionDelegate.DidProvideContentKeyRequest Method

Definition

[Foundation.Export("contentKeySession:didProvideContentKeyRequest:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidProvideContentKeyRequest(AVFoundation.AVContentKeySession session, AVFoundation.AVContentKeyRequest keyRequest);
[<Foundation.Export("contentKeySession:didProvideContentKeyRequest:")>]
[<Foundation.RequiredMember>]
[<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
Attributes

Applies to