MCPcopy Index your code
hub / github.com/Monibuca/engine / IAMF

Interface IAMF

util/amf.go:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58)
59
60type IAMF interface {
61 IBuffer
62 Unmarshal() (any, error)
63 Marshal(any) []byte
64 Marshals(...any) []byte
65}
66
67type EcmaArray map[string]any
68

Callers 15

RunFunction · 0.65
initFunction · 0.65
WriteSequenceHeadMethod · 0.65
WriteRTPFrameMethod · 0.65
writeAVCCFrameMethod · 0.65
UnmarshalMethod · 0.65
ReadAMFFunction · 0.65
RemoteMethod · 0.65
FeedMethod · 0.65
API_getConfigMethod · 0.65
MarshalJSONMethod · 0.65
MarshalJSONMethod · 0.65

Implementers 2

AMF3util/amf3.go
AMFutil/amf.go

Calls

no outgoing calls

Tested by

no test coverage detected