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: 3.0.0.0
Syntax
C#
public XFramePicture(
	XFrameCaptureBuffer capture,
	bool bYUV,
	long pts,
	long id
)

Parameters

capture  XFrameCaptureBuffer
프레임 갈무리 버퍼.
bYUV  Boolean
픽셀형식을 지정한다. true 이면 YUV 픽셀형식, false 이면 RGB 픽셀형식.
pts  Int64
PTS (Presentation Time Stamp).
id  Int64
프레임 식별자.
See Also