MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / seek

Method seek

extlibs/soloud/src/core/soloud_file.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void DiskFile::seek(int aOffset)
79 {
80 fseek(mFileHandle, aOffset, SEEK_SET);
81 }
82
83 unsigned int DiskFile::pos()
84 {

Callers 13

setOffsetMethod · 0.45
Soloud_Filehack_fseekFunction · 0.45
mixBusMethod · 0.45
drflac_seek_funcFunction · 0.45
drmp3_seek_funcFunction · 0.45
drwav_seek_funcFunction · 0.45
WavStreamInstanceMethod · 0.45
loadwavMethod · 0.45
loadoggMethod · 0.45
loadflacMethod · 0.45
loadmp3Method · 0.45
tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected