mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-22 08:55:40 +02:00
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
DECKS Table Layout for Rivendell
|
|
|
|
The DECKS table holds data concerning each configured netcatcher
|
|
recording interface on the system. Following is the layout of a
|
|
record in the DECKS table:
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------
|
|
ID int(10) unsigned Primary key, auto increment
|
|
STATION_NAME char(64) From STATIONS.NAME
|
|
CHANNEL int(10) unsigned 0 = Audition Channel
|
|
CARD_NUMBER int(11) signed -1 = None Assigned
|
|
STREAM_NUMBER int(11) signed -1 = None Assigned
|
|
PORT_NUMBER int(11) signed -1 = None Assigned
|
|
PORT_TYPE enum('A','D') A = Analog, D= Digital
|
|
MON_PORT_NUMBER int(11) signed
|
|
DEFAULT_MONITOR_ON enum('N','Y')
|
|
DEFAULT_FORMAT int(10) signed
|
|
DEFAULT_CHANNELS int(10) signed
|
|
DEFAULT_SAMPRATE int(10) signed RETIRED
|
|
DEFAULT_BITRATE int(10) signed
|
|
DEFAULT_THRESHOLD int(10) signed
|
|
SWITCH_STATION char(64) From OUTPUTS.STATION_NAME
|
|
SWITCH_MATRIX int(11) From OUTPUTS.MATRIX
|
|
SWITCH_OUTPUT int(11) From OUTPUTS.NUMBER
|
|
SWITCH_DELAY int(10) unsigned
|