CMAttachmentBearer.GetAttachment 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetAttachment<T>(ICMAttachmentBearer, CMSampleBufferAttachmentKey, CMAttachmentMode) | |
GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode) |
에서 identifed된 |
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
매개 변수
- target
- ICMAttachmentBearer
- 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
지정된 첨부 파일입니다.