InputChannel

An InputChannel object contains the information about an analog input channel that is available on the current video capture device.

Example

[C#]
InputChannel Inp = ICImagingControl1.InputChannels[0];

Information

    Namespace: TIS.Imaging
    Introduced in version 1.x

Properties

Property Description
Name

Returns the name of the InputChannel.

<< Classes