ICImagingControl.InputChannels Property |
||
Returns a collection of available input channels for the current video capture device. | ||
Syntax: | [C#] |
|
Limitations: | Run time only, read only. Only available when a device is open and valid. |
|
Sample: | This example displays all available input channels in a combo box. If no input channels are available, the text "n/a" will be displayed in the combo box. In this case the combo box will be disabled. The combo box for the input channels is named "cboInputChannel" in this example. [C#] A complete example of how to get the video capture device properties can be found in the Making Device Settings chapter. |
|
See also: | ICImagingControl, InputChannels, ICImagingControl.InputChannelAvailable, ICImagingControl.InputChannel |