summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceopus.h
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2017-07-09 22:48:21 +0200
committerUwe Klotz <uwe_klotz@web.de>2017-11-06 22:27:20 +0100
commitf8e5ddcf950e310d1f26c5b82cd071b1231aaf02 (patch)
tree73e4b8492f68c904110825eaa2b1a7d51d0631f3 /src/sources/soundsourceopus.h
parent67353de2aeb843965ac21a031914465c4638d745 (diff)
Introduce AudioSource v2 API
Diffstat (limited to 'src/sources/soundsourceopus.h')
-rw-r--r--src/sources/soundsourceopus.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sources/soundsourceopus.h b/src/sources/soundsourceopus.h
index bdf58a0082..f8b7213d44 100644
--- a/src/sources/soundsourceopus.h
+++ b/src/sources/soundsourceopus.h
@@ -31,12 +31,11 @@ public:
void close() override;
+protected:
SINT seekSampleFrame(SINT frameIndex) override;
SINT readSampleFrames(SINT numberOfFrames,
CSAMPLE* sampleBuffer) override;
- SINT readSampleFramesStereo(SINT numberOfFrames,
- CSAMPLE* sampleBuffer, SINT sampleBufferSize) override;
private:
OpenResult tryOpen(const AudioSourceConfig& audioSrcCfg) override;