Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setOffset
Method · 0.45
Soloud_Filehack_fseek
Function · 0.45
mixBus
Method · 0.45
drflac_seek_func
Function · 0.45
drmp3_seek_func
Function · 0.45
drwav_seek_func
Function · 0.45
WavStreamInstance
Method · 0.45
loadwav
Method · 0.45
loadogg
Method · 0.45
loadflac
Method · 0.45
loadmp3
Method · 0.45
tick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected