다음을 통해 공유


CMAttachmentBearer.GetAttachment 메서드

정의

오버로드

GetAttachment<T>(ICMAttachmentBearer, CMSampleBufferAttachmentKey, CMAttachmentMode)
GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode)

에서 identifed된 key 첨부 파일을 반환하고 첨부 파일 전파 모드를 에 attachmentModeOut씁니다.

GetAttachment<T>(ICMAttachmentBearer, CMSampleBufferAttachmentKey, CMAttachmentMode)

public static T GetAttachment<T> (this CoreMedia.ICMAttachmentBearer target, CoreMedia.CMSampleBufferAttachmentKey key, out CoreMedia.CMAttachmentMode attachmentModeOut) where T : class, ObjCRuntime.INativeObject;
static member GetAttachment : CoreMedia.ICMAttachmentBearer * CoreMedia.CMSampleBufferAttachmentKey *  -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

형식 매개 변수

T

매개 변수

attachmentModeOut
CMAttachmentMode

반환

T

적용 대상

GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode)

에서 identifed된 key 첨부 파일을 반환하고 첨부 파일 전파 모드를 에 attachmentModeOut씁니다.

public static T GetAttachment<T> (this CoreMedia.ICMAttachmentBearer target, string key, out CoreMedia.CMAttachmentMode attachmentModeOut) where T : class, ObjCRuntime.INativeObject;
static member GetAttachment : CoreMedia.ICMAttachmentBearer * string *  -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

형식 매개 변수

T

가져올 첨부 파일의 형식입니다.

매개 변수

target
ICMAttachmentBearer

이 메서드가 작동하는 개체입니다.

key
String

반환할 첨부 파일을 식별하는 문자열입니다.

attachmentModeOut
CMAttachmentMode

첨부 파일이 전파되어야 하는지 여부를 알려주는 값을 수신하는 out 매개 변수입니다.

반환

T

지정된 첨부 파일입니다.

적용 대상