Click or drag to resize
XDL

NXVideoViewSetVideoChannel Method (XVideoChannel)

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

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

Parameters

channel
Type: Pixoneer.NXDL.NXVideoXVideoChannel
비디오 채널 객체.

Return Value

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