mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 08:04:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			475 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			475 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
            ENCODER_CHANNELS Table Layout for Rivendell
 | 
						|
 | 
						|
The ENCODER_CHANNELS table holds data concerning the allowed channel
 | 
						|
count for each custom encoder format on the system.  
 | 
						|
Following is the layout of a record in the ENCODER_CHANNELS table:
 | 
						|
 | 
						|
FIELD NAME           TYPE             REMARKS
 | 
						|
-------------------------------------------------------------------
 | 
						|
ID                   int(11)
 | 
						|
ENCODER_ID           int(11)          From ENCODERS.ID
 | 
						|
CHANNELS             int(11)
 |