Click or drag to resize
XDL

XFramePicture(XFrameCaptureBuffer, Boolean) Constructor

XFramePicture클래스의 생성자로서, 갈무리 버퍼로부터 비디오 프레임을 만든다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public XFramePicture(
	XFrameCaptureBuffer capture,
	bool bYUV
)

Parameters

capture  XFrameCaptureBuffer

[Missing <param name="capture"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.#ctor(Pixoneer.NXDL.NGR.XFrameCaptureBuffer,System.Boolean)"]

bYUV  Boolean

[Missing <param name="bYUV"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.#ctor(Pixoneer.NXDL.NGR.XFrameCaptureBuffer,System.Boolean)"]

See Also