Click or drag to resize
XDL

XVideoChannelSeek Method (Int64)

PTS를 입력하여 Play할 위치를 찾는다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool Seek(
	long nPts
)

Parameters

nPts
Type: SystemInt64
Presentation Time Stamp.

Return Value

Type: Boolean
성공이면 true, 실패면 false를 리턴
See Also