mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-12 18:00:12 +00:00
8 lines
83 B
Go
8 lines
83 B
Go
package unit
|
|
|
|
// H264 is a H264 data unit.
|
|
type H264 struct {
|
|
Base
|
|
AU [][]byte
|
|
}
|