Files
monibuca/plugin/mp4/pkg/box/video.go
2024-09-12 18:23:36 +08:00

10 lines
115 B
Go

package box
type Sample struct {
KeyFrame bool
Data []byte
DTS, PTS uint64
Offset int64
Size int
}