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

Method framesToBytes

core/audio/AudioDecoder.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74uint32_t AudioDecoder::framesToBytes(uint32_t frames) const
75{
76 return _bytesPerBlock * frames;
77}
78
79uint32_t AudioDecoder::bytesToFrames(uint32_t bytes) const
80{

Callers 2

rotateBufferThreadMethod · 0.45
readDataTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected