Click or drag to resize
XDL

NXVideoViewSetVideoChannel(XVideoChannel) Method

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

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool SetVideoChannel(
	XVideoChannel channel
)

Parameters

channel  XVideoChannel
비디오 채널 객체.

Return Value

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