mediamtx/internal/unit/opus.go

8 lines
88 B
Go

package unit
// Opus is a Opus data unit.
type Opus struct {
Base
Packets [][]byte
}