MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / SetPosAbs

Method SetPosAbs

src/decoder/plugins/WavpackDecoderPlugin.cxx:253–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 }
252
253 int SetPosAbs(InputStream::offset_type pos) noexcept {
254 try {
255 is.LockSeek(pos);
256 return 0;
257 } catch (...) {
258 return -1;
259 }
260 }
261
262 int SetPosRel(InputStream::offset_type delta, int mode) noexcept {
263 offset_type offset = delta;

Callers 1

Calls 1

LockSeekMethod · 0.45

Tested by

no test coverage detected