mirror of
				https://github.com/pion/webrtc.git
				synced 2025-10-31 18:52:55 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package webrtc
 | |
| 
 | |
| // RTPSendParameters contains the RTP stack settings used by receivers
 | |
| type RTPSendParameters struct {
 | |
| 	Encodings RTPEncodingParameters
 | |
| }
 | 
