Click or drag to resize
XDL

XFramePicture(XFrameCaptureBuffer, Boolean, Int64, Int64) Constructor

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

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

Parameters

capture  XFrameCaptureBuffer

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

bYUV  Boolean

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

pts  Int64

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

id  Int64

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

See Also