mirror of
https://github.com/aler9/gortsplib
synced 2025-09-27 03:25:52 +08:00
8 lines
125 B
Go
8 lines
125 B
Go
package gortsplib
|
|
|
|
// ClientStats are client statistics
|
|
type ClientStats struct {
|
|
Conn ConnStats
|
|
Session SessionStats
|
|
}
|