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
+2
View File
@@ -16,6 +16,8 @@ public:
virtual bool submitAudio(int bytesWritten);
virtual int getCapabilities();
private:
static void slLogCallback(void* context, ESLAudioLog logLevel, const char* message);