forked from External/mediamtx
7 lines
88 B
Go
7 lines
88 B
Go
package unit
|
|
|
|
// Opus is a Opus data unit.
|
|
type Opus struct {
|
|
Base
|
|
Packets [][]byte
|
|
}
|