Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
type
FakeAAC
struct
{
12
closer
chan
bool
13
OutgoingPacketQueue string
14
}
15
16
func
NewFakeAudio() *FakeAAC {
17
return
&FakeAAC{closer: make(
chan
bool)}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected