Click or drag to resize
XDL

XVideoChannelRecordTimeToPts(DateTime) Method

기록 시각에 해당하는 프레임 PTS를 얻는다.

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

Parameters

time  DateTime
기록 시각.

Return Value

Int64
PTS 값.
See Also