Click or drag to resize
XDL

XVideoChannelPtsToRecordTime Method

프레임 PTS에 대응하는 기록 시각을 얻는다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public DateTime PtsToRecordTime(
	long pts
)

Parameters

pts  Int64
PTS 값.

Return Value

DateTime
기록 시각.
See Also