[This is preliminary documentation and subject to change.]
The BPCDeviceBase object has the following methods.
Method | Description |
---|---|
ChannelAvailable | Determines if the specified channel has a valid signal. |
DisplayConfigDialog | Displays a dialog box for configuration of the device. |
MinMaxChannel | Returns the lowest and highest channel numbers supported by the device. |
The following method is implemented in the BPCVid object as a wrapper for the equivalent method in the BPCDeviceBase object. You should call this method from the BPCVid object instead of the BPCDeviceBase object. Otherwise, the Video control may not be properly updated, and future behavior is undefined.
Method | Description |
---|---|
Refresh | Forces an update to the current window size, position, and visibility. |