mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
12 lines
156 B
Go
12 lines
156 B
Go
package box
|
|
|
|
type Sample struct {
|
|
KeyFrame bool
|
|
Data []byte
|
|
Timestamp uint32
|
|
CTS uint32
|
|
Offset int64
|
|
Size int
|
|
Duration uint32
|
|
}
|