Click or drag to resize
XDL

XVideoStreamTimeToPts Method

시간을 첫 재생 채널 기준 PTS값으로 변환한다. 입력된 재생 시간에 대한 PTS를 계산한다. 특정 시간에 대한 PTS = 시작 PTS + 입력 시간 * 시간에 대한 PTS 환산 값.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public long StreamTimeToPts(
	double sec
)

Parameters

sec
Type: SystemDouble
입력 시간(초).

Return Value

Type: Int64
PTS값.
See Also