Remove IAudioRenderer::testAudio() and just use IAudioRenderer::prepareForPlayback() instead

This commit is contained in:
Cameron Gutman
2018-10-01 19:49:08 -07:00
parent 209b4a1b02
commit 8dddcd04d5
6 changed files with 19 additions and 109 deletions
-2
View File
@@ -16,7 +16,5 @@ public:
virtual void submitAudio(short* audioBuffer, int audioSize) = 0;
virtual bool testAudio(int audioConfiguration) const = 0;
virtual int detectAudioConfiguration() const = 0;
};