Click or drag to resize
XDL

XVideoGroup.GetRecordTimestamp Method

채널 PTS에 대응하는 메타데이터 기록 타임스탬프를 구한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public ulong GetRecordTimestamp(
	XVideoChannel channel,
	long channelPts
)

Parameters

channel  XVideoChannel
대상 채널.
channelPts  Int64
대상 채널 PTS.

Return Value

UInt64
대상 채널 PTS에 대응하는 메타데이터 기록 타임스탬프. (마이크로초 단위)
See Also