Click or drag to resize
XDL

XFramePicture(Int64, Int64) Constructor

XFramePicture 클래스의 생성자로서, PTS와 ID를 부여하고 초기화를 수행한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public XFramePicture(
	long pts,
	long id
)

Parameters

pts  Int64
PTS (Presentation Time Stamp).
id  Int64
프레임 식별자.
See Also