Click or drag to resize
XDL

XVideoChannel Constructor

XVideoChannel클래스의 생성자로서, 비관리 객체를 입력받아 내부 멤버 변수의 초기화를 수행한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public XVideoChannel(
	XVideoChannel* pVideoChannel
)

Parameters

pVideoChannel  XVideoChannel*
비관리 객체 XVideoChannel 포인터.
See Also