Edit

Share via


CMAttachmentBearer.SetAttachments Method

Definition

Attaches theAttachments to the bearer with the specified attachmentMode.

public static void SetAttachments (this CoreMedia.ICMAttachmentBearer target, Foundation.NSDictionary theAttachments, CoreMedia.CMAttachmentMode attachmentMode);
static member SetAttachments : CoreMedia.ICMAttachmentBearer * Foundation.NSDictionary * CoreMedia.CMAttachmentMode -> unit

Parameters

target
ICMAttachmentBearer

The object on which this method operates.

theAttachments
NSDictionary

The objects to attach to the bearer.

attachmentMode
CMAttachmentMode

The attachment mode to use for all the attachments in theAttachments.

Applies to