MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / GetPos

Method GetPos

CrySoundSystem/PCMDecoder.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160int CPCMDecoderInstance::GetPos()
161{
162 if (!m_pDecoder->m_pFile)
163 return -1;
164 return m_nPos;
165}
166
167bool CPCMDecoderInstance::GetPCMData(signed long *pDataOut, int nSamples, bool bLoop)
168{

Callers 8

PlayMethod · 0.45
GetSamplesToEndMethod · 0.45
UpdateMethod · 0.45
SetListenerMethod · 0.45
GetListenerPosMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected