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