Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clangen/musikcube
/ Seekable
Method
Seekable
src/plugins/server/TranscodingAudioDataStream.cpp:334–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
}
333
334
bool TranscodingAudioDataStream::Seekable() {
335
return false;
336
}
337
338
bool TranscodingAudioDataStream::Eof() {
339
return this->eof;
Callers
1
fileReadCallback
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected