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

Method GetPos

src/decoder/plugins/WavpackDecoderPlugin.cxx:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 int32_t ReadBytes(std::span<std::byte> dest) noexcept;
248
249 [[nodiscard]] InputStream::offset_type GetPos() const noexcept {
250 return is.GetOffset();
251 }
252
253 int SetPosAbs(InputStream::offset_type pos) noexcept {
254 try {

Callers 1

wavpack_input_get_posFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected