次の方法で共有


CVBuffer.GetAttachment メソッド

定義

オーバーロード

GetAttachment(NSString, CVAttachmentMode)
GetAttachment<T>(NSString, CVAttachmentMode)

GetAttachment(NSString, CVAttachmentMode)

public Foundation.NSObject GetAttachment (Foundation.NSString key, out CoreVideo.CVAttachmentMode attachmentMode);
member this.GetAttachment : Foundation.NSString *  -> Foundation.NSObject

パラメーター

key
NSString
attachmentMode
CVAttachmentMode

戻り値

適用対象

GetAttachment<T>(NSString, CVAttachmentMode)

public T GetAttachment<T> (Foundation.NSString key, out CoreVideo.CVAttachmentMode attachmentMode) where T : class, ObjCRuntime.INativeObject;
member this.GetAttachment : Foundation.NSString *  -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

型パラメーター

T

パラメーター

key
NSString
attachmentMode
CVAttachmentMode

戻り値

T

適用対象