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

Function NewFakeAudio

fakeAudio.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func NewFakeAudio() *FakeAAC {
17 return &FakeAAC{closer: make(chan bool)}
18}
19
20func (obj *FakeAAC) Start(CodecData []av.CodecData, OutgoingPacketQueue chan *av.Packet) ([]av.CodecData, error) {
21 go func() {

Callers 1

RTSPWorkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected