Features.inputchannels Property

Return a list of available input channels.
Usage:
[C#]
String Result = Feature.GetFeature("inputchannels");
Limitations:

This feature is read only.

Remarks:

The input channels are provided by the used video capture device. Thus they are individual to the different devices.

The input channels are comma separated, e.g 00 Video: Composite,01 Video: SVideo.

If the video capture device does not support any input channels, this feature will not be available.

See also: inputchannel

<< Features