Click or drag to resize
XDL

XVideoChannelPtsToRecordTimeStamp Method

프레임 PTS에 대응하는 기록 시각을 마이크로초 단위 유닉스(UNIX) 시간으로 얻는다.

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

Parameters

pts  Int64
PTS 값.

Return Value

UInt64
마이크로초 단위 유닉스 시간.
See Also