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

Method Unmarshal

util/amf.go:62–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60type IAMF interface {
61 IBuffer
62 Unmarshal() (any, error)
63 Marshal(any) []byte
64 Marshals(...any) []byte
65}

Callers 10

RunFunction · 0.65
initFunction · 0.65
WriteSequenceHeadMethod · 0.65
WriteRTPFrameMethod · 0.65
writeAVCCFrameMethod · 0.65
UnmarshalMethod · 0.65
ReadAMFFunction · 0.65
RemoteMethod · 0.65
ParseMethod · 0.65
assignMethod · 0.65

Implementers 2

AMF3util/amf3.go
AMFutil/amf.go

Calls

no outgoing calls

Tested by

no test coverage detected