mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 18:42:40 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package rtpmpeg4audio
 | |
| 
 | |
| import (
 | |
| 	"github.com/bluenviron/gortsplib/v4/pkg/format/rtpmpeg4audiogeneric"
 | |
| )
 | |
| 
 | |
| // Encoder is an alias for rtpmpeg4audiogeneric.Encoder.
 | |
| type Encoder = rtpmpeg4audiogeneric.Encoder
 | 
