8 lines
187 B
Go
8 lines
187 B
Go
package unit
|
|
|
|
// PayloadOpus is the payload of a Opus track.
|
|
// This must have at least 1 element, each with at least 1 byte.
|
|
type PayloadOpus [][]byte
|
|
|
|
func (PayloadOpus) isPayload() {}
|