Click or drag to resize
XDL

XVideoChannelFrameNumberToPts Method

입력된 Frame Number에 해당하는 PTS를 계산한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public long FrameNumberToPts(
	long nFrameNum
)

Parameters

nFrameNum  Int64
Frame Number.

Return Value

Int64
PTS값
See Also