MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / streamSeekCallback

Method streamSeekCallback

src/Abyss/Streams/AudioStream.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22int64_t Abyss::Streams::AudioStream::streamSeekCallback(void *opaque, const int64_t offset, const int whence) {
23 return static_cast<AudioStream *>(opaque)->streamSeek(offset, whence);
24}
25
26int64_t Abyss::Streams::AudioStream::streamSeek(const int64_t offset, const int whence) {
27 std::ios_base::seekdir dir;

Callers

nothing calls this directly

Calls 1

streamSeekMethod · 0.80

Tested by

no test coverage detected