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

Method getTotalFrames

core/audio/AudioDecoder.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69uint32_t AudioDecoder::getTotalFrames() const
70{
71 return _totalFrames;
72}
73
74uint32_t AudioDecoder::framesToBytes(uint32_t frames) const
75{

Callers 6

readDataTaskMethod · 0.80
updateUniformsFunction · 0.80
drawMethod · 0.80
updateCCTimeUniformsMethod · 0.80
updateUniformTimeMethod · 0.80
updateRecentInputMethod · 0.80

Calls

no outgoing calls

Tested by 4

updateUniformsFunction · 0.64
drawMethod · 0.64
updateCCTimeUniformsMethod · 0.64
updateUniformTimeMethod · 0.64