mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 18:42:40 +08:00 
			
		
		
		
	expose transport details (#850)
add Client.Transport, ServerConn.Transport ServerSession.Transport
This commit is contained in:
		
							
								
								
									
										8
									
								
								client_transport.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								client_transport.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| package gortsplib | ||||
|  | ||||
| // ClientTransport contains details about the client transport. | ||||
| type ClientTransport struct { | ||||
| 	Conn ConnTransport | ||||
| 	// present only when SETUP has been called at least once. | ||||
| 	Session *SessionTransport | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Alessandro Ros
					Alessandro Ros