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

Function wavpack_input_get_pos

src/decoder/plugins/WavpackDecoderPlugin.cxx:351–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351static int64_t
352wavpack_input_get_pos(void *id) noexcept
353{
354 const auto &wpi = *wpin(id);
355 return wpi.GetPos();
356}
357
358static int
359wavpack_input_set_pos_abs(void *id, int64_t pos) noexcept

Callers

nothing calls this directly

Calls 2

wpinFunction · 0.85
GetPosMethod · 0.80

Tested by

no test coverage detected