Grabber::isInputChannelAvailableWithCurDev Method |
||
| This method checks whether the currently active video capture device supports input channels. | ||
| Syntax: | bool isInputChannelAvailableWithCurDev() const; |
|
| Return value: | true, if the device supports input channels, false otherwise. |
|
| Remarks: | A list of available input channels can be queried with Grabber::getAvailableInputChannels. |
|
| See also: | Grabber, Grabber::getAvailableInputChannels | |