MCPcopy 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
334bool TranscodingAudioDataStream::Seekable() {
335 return false;
336}
337
338bool TranscodingAudioDataStream::Eof() {
339 return this->eof;

Callers 1

fileReadCallbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected