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