forked from External/mediamtx
7 lines
104 B
Go
7 lines
104 B
Go
package unit
|
|
|
|
// MPEG4Video is a MPEG-4 Video data unit.
|
|
type MPEG4Video struct {
|
|
Base
|
|
Frame []byte
|
|
}
|