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

Method streamReadCallback

src/Abyss/Streams/AudioStream.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18int Abyss::Streams::AudioStream::streamReadCallback(void *opaque, uint8_t *buffer, const int size) {
19 return static_cast<AudioStream *>(opaque)->streamRead(buffer, size);
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);

Callers

nothing calls this directly

Calls 1

streamReadMethod · 0.80

Tested by

no test coverage detected