In my app I play audio via audiostream. (Lib Audio v 1.71)
I try to change the sound with EQLib but without success.
The problem is the reflection
B4X:
Dim R As Reflector
R.Target=MP
R.Target=R.GetField("mp")
Dim AudioSessionID As Int = R.RunMethod("getAudioSessionId")
B4X...