Difference between revisions of "Codecparams table"
From MythTV Official Wiki
(→table codecparams) |
|||
Line 1: | Line 1: | ||
− | The '''codecparams''' table contains the parameters of the codecs defined in the available recording profiles. | + | The '''codecparams''' table contains the parameters of the codecs defined in the available recording profiles. |
+ | |||
+ | == Table Description == | ||
+ | {| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5" | ||
+ | |- style="background: lightsteelblue" | ||
+ | ! Field name !! Type !! Null !! Key !! Default !! Extras | ||
+ | |- | ||
+ | || profile || int(10) unsigned || || PRI || 0 || | ||
+ | |- | ||
+ | || name || varchar(128) || || PRI || || | ||
+ | |- | ||
+ | || value || varchar(128) || YES || || NULL || | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | ==Fields== | ||
+ | *'''profile''' relates to the ''id'' field in the [[recordingprofiles table]]. | ||
+ | *'''name''' is the name of the parameter. | ||
+ | *'''value''' is the value of the parameter. | ||
+ | |||
+ | ==Example Entries== | ||
+ | |||
+ | {{stub}} | ||
[[Category:DB Table]] | [[Category:DB Table]] |
Revision as of 05:02, 12 March 2007
The codecparams table contains the parameters of the codecs defined in the available recording profiles.
Table Description
Field name | Type | Null | Key | Default | Extras |
---|---|---|---|---|---|
profile | int(10) unsigned | PRI | 0 | ||
name | varchar(128) | PRI | |||
value | varchar(128) | YES | NULL |
Fields
- profile relates to the id field in the recordingprofiles table.
- name is the name of the parameter.
- value is the value of the parameter.