mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
10 lines
115 B
Go
10 lines
115 B
Go
package box
|
|
|
|
type Sample struct {
|
|
KeyFrame bool
|
|
Data []byte
|
|
DTS, PTS uint64
|
|
Offset int64
|
|
Size int
|
|
}
|