rename files

This commit is contained in:
aler9
2022-12-13 18:07:38 +01:00
parent 38b24b8e26
commit f62da20a99
3 changed files with 0 additions and 0 deletions

11
serverstreamformat.go Normal file
View File

@@ -0,0 +1,11 @@
package gortsplib
import (
"github.com/aler9/gortsplib/v2/pkg/format"
"github.com/aler9/gortsplib/v2/pkg/rtcpsender"
)
type serverStreamFormat struct {
format format.Format
rtcpSender *rtcpsender.RTCPSender
}