Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
uint32_t AudioDecoder::framesToBytes(uint32_t frames) const
75
{
76
return _bytesPerBlock * frames;
77
}
78
79
uint32_t AudioDecoder::bytesToFrames(uint32_t bytes) const
80
{
Callers
2
rotateBufferThread
Method · 0.45
readDataTask
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected