Click or drag to resize
XDL

NXVideoViewSetVideoChannel Method (XVideo, Int32)

비디오뷰에 재생할 비디오 채널을 설정한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool SetVideoChannel(
	XVideo video,
	int channelIndex
)

Parameters

video
Type: Pixoneer.NXDL.NXVideoXVideo
비디오 객체.
channelIndex
Type: SystemInt32
비디오 객체의 채널 색인.

Return Value

Type: Boolean
채널 설정 성공 여부.
See Also