MCPcopy 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
89uint32_t AudioDecoder::getChannelCount() const
90{
91 return _channelCount;
92}
93
94uint32_t AudioDecoder::getSamplesPerBlock() const
95{

Callers 4

onAudioReadyMethod · 0.80
resetMethod · 0.80
rotateBufferThreadMethod · 0.80
readDataTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected