Click or drag to resize
XDL

XVideoGetChannelProxy Method

입력 인덱스에 해당하는 채널의 프록시를 얻는다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public XVideoChannel GetChannelProxy(
	int nIndex
)

Parameters

nIndex  Int32
인덱스 값

Return Value

XVideoChannel
XVideoChannel 프록시 객체.
See Also