Skip to content

Instantly share code, notes, and snippets.

View shangeethsivan's full-sized avatar
🎯
Focusing

Shangeeth Sivan shangeethsivan

🎯
Focusing
  • Chennai
View GitHub Profile
import org.webrtc.EglBase;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/*
* Uses reflection to interact with non public class EglBaseProvider.
*/
public class EglBaseProviderReflectionUtils {