AVContentKeySession_AVContentKeyRecipients.Add Method

Definition

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

Parameters

This
AVContentKeySession

The instance on which this method operates.

Attributes

Applies to