|
XVideoGroupGetRefPts Method
|
채널 PTS에 대응하는 기준 채널 PTS를 구한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic long GetRefPts(
XVideoChannel channel,
long channelPts
)
Parameters
- channel XVideoChannel
- 대상 채널.
- channelPts Int64
- 대상 채널 PTS.
Return Value
Int64 대상 채널 PTS에 대응하는 기준 채널 PTS.
See Also