MCPcopy Create free account
hub / github.com/axmolengine/axmol / getSampleRate

Method getSampleRate

core/audio/AudioDecoder.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84uint32_t AudioDecoder::getSampleRate() const
85{
86 return _sampleRate;
87}
88
89uint32_t AudioDecoder::getChannelCount() const
90{

Callers 3

resetMethod · 0.80
rotateBufferThreadMethod · 0.80
readDataTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected