Update screencast_v1_interface.cpp, resolving compilation failure caused by override
When compiling with clang, the overide in line 105 of screencast_v1_interface.cpp throws an error message: only virtual member functions can be marked 'override' Removing the override statement resolves the compilation error.