Click or drag to resize
XDL

XFrameMetad Constructor (Int64, Byte, Int32, Int32, Int32)

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

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

Parameters

nPts
Type: SystemInt64

[Missing <param name="nPts"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFrameMetad.#ctor(System.Int64,System.Byte*,System.Int32,System.Int32,System.Int32)"]

pData
Type: SystemByte*

[Missing <param name="pData"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFrameMetad.#ctor(System.Int64,System.Byte*,System.Int32,System.Int32,System.Int32)"]

nLen
Type: SystemInt32

[Missing <param name="nLen"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFrameMetad.#ctor(System.Int64,System.Byte*,System.Int32,System.Int32,System.Int32)"]

nFrameWidth
Type: SystemInt32

[Missing <param name="nFrameWidth"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFrameMetad.#ctor(System.Int64,System.Byte*,System.Int32,System.Int32,System.Int32)"]

nFrameHeight
Type: SystemInt32

[Missing <param name="nFrameHeight"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFrameMetad.#ctor(System.Int64,System.Byte*,System.Int32,System.Int32,System.Int32)"]

See Also