Click or drag to resize
XDL

XFrameMetad(Int32, Int64, IntPtr, Int32, 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(
	int nStreamID,
	long nPts,
	IntPtr pData,
	int nLen,
	int nType,
	int nFrameWidth,
	int nFrameHeight
)

Parameters

nStreamID  Int32
스트림 식별자
nPts  Int64
PTS (Presentation Time Stamp)
pData  IntPtr
데이터 주소
nLen  Int32
데이터 길이
nType  Int32
코덱 유형
nFrameWidth  Int32
대응하는 영상의 가로 크기
nFrameHeight  Int32
대응하는 영상의 세로 크기
See Also