Click or drag to resize
XDL

XFrameMetad(Int64, IntPtr, Int32, Int32, Int32) Constructor

XFrameMetad 생성자로서, PTS(Presentation Time Stamp), 데이터 주소, 데이터 길이, 대응하는 영상 크기를 입력받아 데이터 프레임을 생성한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public XFrameMetad(
	long nPts,
	IntPtr pData,
	int nLen,
	int nFrameWidth,
	int nFrameHeight
)

Parameters

nPts  Int64
PTS (Presentation Time Stamp)
pData  IntPtr
데이터 주소
nLen  Int32
데이터 길이
nFrameWidth  Int32
대응하는 영상의 가로 크기
nFrameHeight  Int32
대응하는 영상의 세로 크기
See Also