Add logging callbacks for SLAudio and SLVideo

This commit is contained in:
Cameron Gutman
2019-04-28 11:01:54 -07:00
parent f1c7c5f02c
commit 477fa8fedf
4 changed files with 60 additions and 1 deletions
+2
View File
@@ -18,6 +18,8 @@ public:
virtual void renderFrameOnMainThread() {}
private:
static void slLogCallback(void* context, ESLVideoLog logLevel, const char* message);
CSLVideoContext* m_VideoContext;
CSLVideoStream* m_VideoStream;
};