|
XVideoGroup.GetRecordTimestamp Method
|
채널 PTS에 대응하는 메타데이터 기록 타임스탬프를 구한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic ulong GetRecordTimestamp(
XVideoChannel channel,
long channelPts
)
Parameters
- channel XVideoChannel
- 대상 채널.
- channelPts Int64
- 대상 채널 PTS.
Return Value
UInt64 대상 채널 PTS에 대응하는 메타데이터 기록 타임스탬프. (마이크로초 단위)
See Also