mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
8 lines
88 B
Go
8 lines
88 B
Go
package unit
|
|
|
|
// Opus is a Opus data unit.
|
|
type Opus struct {
|
|
Base
|
|
Packets [][]byte
|
|
}
|