mirror of
https://github.com/aler9/gortsplib
synced 2025-09-26 19:21:20 +08:00
10 lines
243 B
Go
10 lines
243 B
Go
package gortsplib
|
|
|
|
import "github.com/bluenviron/gortsplib/v4/pkg/headers"
|
|
|
|
// SessionTransport contains details about the transport of a session.
|
|
type SessionTransport struct {
|
|
Protocol TransportProtocol
|
|
Profile headers.TransportProfile
|
|
}
|