Click or drag to resize
XDL

XFramePicture Constructor (Int64, Int64)

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

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

Parameters

pts
Type: SystemInt64

[Missing <param name="pts"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.#ctor(System.Int64,System.Int64)"]

id
Type: SystemInt64

[Missing <param name="id"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.#ctor(System.Int64,System.Int64)"]

See Also