mirror of
https://github.com/elobuff/gortmp
synced 2025-09-26 23:15:51 +08:00
9 lines
133 B
Go
9 lines
133 B
Go
package rtmp
|
|
|
|
type Command struct {
|
|
Name string
|
|
TransactionId float64
|
|
Version uint8
|
|
Objects []interface{}
|
|
}
|