Cardinput table
(Difference between revisions)
(→table cardinput) |
Goldfishbot (Talk | contribs) (Added to Category:DB Table) |
||
| Line 23: | Line 23: | ||
| startchan || varchar(5) || No || | | startchan || varchar(5) || No || | ||
|} | |} | ||
| + | [[Category:DB Table]] | ||
Revision as of 17:19, 3 March 2006
The cardinput table contains a row for each input listed in the capturecard table. It uses the videosource table as a reference. For example, a video capture card can have an RF input, an S-Video input and a composite video input. This table also stores the binding between a Video Source and an input -- if the RF input is direct analog cable and the S-video input is digital cable through a box, this is where that information will live.
| Field | Type | NULL | Default |
|---|---|---|---|
| cardinputid | int(10) | No | |
| cardid | int(10) | No | 0 |
| sourceid | int(10) | No | 0 |
| inputname | varchar(32) | No | |
| externalcommand | varchar(128) | Yes | NULL |
| preference | int(11) | Yes | NULL |
| shareable | char(1) | Yes | N |
| tunechan | varchar(5) | No | |
| startchan | varchar(5) | No |