MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / _tell

Method _tell

Engine/source/sfx/null/sfxNullVoice.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81U32 SFXNullVoice::_tell() const
82{
83 U32 ms = _getPlayTime();
84
85 const SFXFormat& format = mBuffer->getFormat();
86 return ( format.getDataLength( ms ) / format.getBytesPerSample() );
87}
88
89SFXStatus SFXNullVoice::getStatus() const
90{

Callers

nothing calls this directly

Calls 3

getBytesPerSampleMethod · 0.80
getFormatMethod · 0.45
getDataLengthMethod · 0.45

Tested by

no test coverage detected