AVContentKeySession_AVContentKeyRecipients.Remove Method

Definition

[Foundation.Export("removeContentKeyRecipient:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Remove(this AVFoundation.AVContentKeySession This, AVFoundation.IAVContentKeyRecipient recipient);
[<Foundation.Export("removeContentKeyRecipient:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Remove : AVFoundation.AVContentKeySession * AVFoundation.IAVContentKeyRecipient -> unit

Parameters

This
AVContentKeySession

The instance on which this method operates.

Attributes

Applies to