mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08: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
|
|
}
|