|
XVideoChannelSeek(Int64) Method
|
PTS를 입력하여 Play할 위치를 찾는다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool Seek(
long nPts
)
Parameters
- nPts Int64
- Presentation Time Stamp.
Return Value
Boolean 성공이면 true, 실패면 false를 리턴
See Also