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