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

Method getPosition

Engine/source/sfx/media/sfxWavStream.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237U32 SFXWavStream::getPosition() const
238{
239 AssertFatal( mStream, "SFXWavStream::getPosition() - Stream is null!" );
240 return ( mStream->getPosition() - mDataStart );
241}
242
243void SFXWavStream::setPosition( U32 offset )
244{

Callers 4

_readHeaderMethod · 0.45
readMethod · 0.45
_getPlayTimeMethod · 0.45
_statusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected