Codecparams table

From MythTV Official Wiki
Revision as of 05:02, 12 March 2007 by Malban (talk | contribs)

Jump to: navigation, search

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.

Example Entries