Allow renderers to apply size and display changes seamlessly

This commit is contained in:
Cameron Gutman
2022-04-24 15:42:08 -05:00
parent 6c339551eb
commit c989133d27
8 changed files with 106 additions and 15 deletions
+5
View File
@@ -26,6 +26,11 @@ public:
return false;
}
// SLVideo cannot apply any window changes (nor do we expect any)
virtual bool applyWindowChange(int, int, int) override {
return false;
}
private:
static void slLogCallback(void* context, ESLVideoLog logLevel, const char* message);