Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getChannelCount
Method
getChannelCount
core/audio/AudioDecoder.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
uint32_t AudioDecoder::getChannelCount() const
90
{
91
return _channelCount;
92
}
93
94
uint32_t AudioDecoder::getSamplesPerBlock() const
95
{
Callers
4
onAudioReady
Method · 0.80
reset
Method · 0.80
rotateBufferThread
Method · 0.80
readDataTask
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected