MCPcopy Create free account
hub / github.com/deepch/RTSPtoRTMP / FakeAAC

Struct FakeAAC

fakeAudio.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type FakeAAC struct {
12 closer chan bool
13 OutgoingPacketQueue string
14}
15
16func NewFakeAudio() *FakeAAC {
17 return &FakeAAC{closer: make(chan bool)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected