Difference between revisions of "Cardinput table"

From MythTV Official Wiki
Jump to: navigation, search
(Edit performed by mwstuffer.pl)
 
(Updated Table layout)
Line 3: Line 3:
 
This table contains one row for each input -- a [[Tuner Card]] can have an RF input, a S-Video input, and a composite video input, for example.  This table also stores the binding between a [[Video Source]] and an input -- if your RF input is direct analog cable, and your S-video input is digital cable through a box, this is where that information will live.
 
This table contains one row for each input -- a [[Tuner Card]] can have an RF input, a S-Video input, and a composite video input, for example.  This table also stores the binding between a [[Video Source]] and an input -- if your RF input is direct analog cable, and your S-video input is digital cable through a box, this is where that information will live.
  
||<tablewidth="100%" rowbgcolor="#D6DFE7">Field||Type||NULL||Default||
+
{| border=1 style="background:#D6DFE7"
||cardinputid||int(10)||No||||
+
|-
||cardid||int(10)||No||0 ||
+
! Field || Type || NULL || Default
||[[sourceid]]||int(10)||No||0 ||
+
|-
||inputname||varchar(32)||No||||
+
| cardinputid || int(10) || No ||
||externalcommand||varchar(128)||Yes||NULL||
+
|-
||preference||int(11)||Yes||NULL||
+
| cardid || int(10) || No || 0
||shareable||char(1)||Yes||N||
+
|-
||tunechan||varchar(5)||No||||
+
| [[sourceid]] || int(10) || No || 0
||startchan||varchar(5)||No||||
+
|-
 +
| 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 ||
 +
|}

Revision as of 20:53, 16 February 2006

table cardinput

This table contains one row for each input -- a Tuner Card can have an RF input, a S-Video input, and a composite video input, for example. This table also stores the binding between a Video Source and an input -- if your RF input is direct analog cable, and your 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