Allow audio renderers to specify capabilities

This commit is contained in:
Cameron Gutman
2019-06-23 12:49:37 -07:00
parent 212ed33b21
commit 01254f67f0
10 changed files with 49 additions and 18 deletions
@@ -17,6 +17,8 @@ public:
virtual bool submitAudio(int bytesWritten);
virtual int getCapabilities();
private:
int scoreChannelLayout(const struct SoundIoChannelLayout* layout, const OPUS_MULTISTREAM_CONFIGURATION* opusConfig);