forked from External/mediamtx
7 lines
83 B
Go
7 lines
83 B
Go
package unit
|
|
|
|
// H265 is a H265 data unit.
|
|
type H265 struct {
|
|
Base
|
|
AU [][]byte
|
|
}
|