Click or drag to resize
XDL

XVideoGroupGetRefPts Method

채널 PTS에 대응하는 기준 채널 PTS를 구한다.

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

Parameters

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

Return Value

Int64
대상 채널 PTS에 대응하는 기준 채널 PTS.
See Also