mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
13 lines
175 B
Go
13 lines
175 B
Go
package box
|
|
|
|
import "github.com/langhuihui/gomem"
|
|
|
|
type Sample struct {
|
|
gomem.Memory
|
|
KeyFrame bool
|
|
Timestamp uint32
|
|
CTS uint32
|
|
Offset int64
|
|
Duration uint32
|
|
}
|