run success

This commit is contained in:
dexter
2024-03-24 21:46:34 +08:00
parent d294c34e3e
commit aca9a8d9cb
8 changed files with 52 additions and 30 deletions
+5
View File
@@ -186,6 +186,7 @@ type Engine struct {
RTPReorderBufferLen int `default:"50" desc:"RTP重排序缓冲区长度"` //RTP重排序缓冲区长度
PoolSize int `desc:"内存池大小"` //内存池大小
}
type Common struct {
Publish
Subscribe
@@ -195,3 +196,7 @@ type Common struct {
Pull
Push
}
type ICommonConf interface {
GetCommonConf() *Common
}