mediamtx/internal/unit/h265.go

8 lines
83 B
Go
Raw Permalink Normal View History

package unit
// H265 is a H265 data unit.
type H265 struct {
Base
2023-08-26 16:54:28 +00:00
AU [][]byte
}