|
XFramePicture(Int64, Int64) Constructor
|
XFramePicture클래스의 생성자로서, PTS와 ID를 부여하고 초기화를 수행한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic XFramePicture(
long pts,
long id
)
Parameters
- pts Int64
[Missing <param name="pts"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.#ctor(System.Int64,System.Int64)"]
- id Int64
[Missing <param name="id"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.#ctor(System.Int64,System.Int64)"]
See Also