Click or drag to resize
XDL

XVideoGroup.SetVideoChannels(ICollection<XVideoChannel> , Int32) Method

[Missing <summary> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoGroup.SetVideoChannels(System.Collections.Generic.ICollection{Pixoneer.NXDL.NXVideo.XVideoChannel},System.Int32)"]


Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public int SetVideoChannels(
	ICollection<XVideoChannel> channels,
	int refIdx
)

Parameters

channels  ICollection<XVideoChannel>

[Missing <param name="channels"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoGroup.SetVideoChannels(System.Collections.Generic.ICollection{Pixoneer.NXDL.NXVideo.XVideoChannel},System.Int32)"]

refIdx  Int32

[Missing <param name="refIdx"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoGroup.SetVideoChannels(System.Collections.Generic.ICollection{Pixoneer.NXDL.NXVideo.XVideoChannel},System.Int32)"]

Return Value

Int32
See Also