Click or drag to resize
XDL

XFrameMetad Constructor (XMetadFrame, Boolean)

XFrameMetad 클래스의 생성자로서, 비관리 객체 포인터를 입력받아 초기화를 수행한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public XFrameMetad(
	XMetadFrame* pFrame,
	bool bCopy
)

Parameters

pFrame
Type: XMetadFrame*

[Missing <param name="pFrame"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFrameMetad.#ctor(Pixoneer.XDL.VD.XMetadFrame*,System.Boolean)"]

bCopy
Type: SystemBoolean

[Missing <param name="bCopy"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFrameMetad.#ctor(Pixoneer.XDL.VD.XMetadFrame*,System.Boolean)"]

See Also