MCPcopy Create free account
hub / github.com/Monibuca/engine / Buffer

TypeAlias Buffer

util/buffer.go:12–12  ·  view source on GitHub ↗

Buffer 用于方便自动扩容的内存写入,已经读取

Source from the content-addressed store, hash-verified

10
11// Buffer 用于方便自动扩容的内存写入,已经读取
12type Buffer []byte
13
14// ReuseBuffer 重用buffer,内容可能会被覆盖,要尽早复制
15type ReuseBuffer struct {

Callers 4

ReadMP4DataMethod · 0.92
WriteRTPFrameMethod · 0.92
WriteRTPFrameMethod · 0.92
AVCC2FLVFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected