mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
7 lines
81 B
Go
7 lines
81 B
Go
package unit
|
|
|
|
// VP8 is a VP8 data unit.
|
|
type VP8 struct {
|
|
Base
|
|
Frame []byte
|
|
}
|