Hello!
Is it possible to use the Equalizer Library (EQLib) together with the Exoplayer?
I can't get the AudioSessionId of the Exoplayer.
Always returns '0'.
Is it possible to use the Equalizer Library (EQLib) together with the Exoplayer?
I can't get the AudioSessionId of the Exoplayer.
Always returns '0'.
B4X:
Dim R As Reflector
R.Target=Player1
R.Target=R.GetField("player")
Dim AudioSessionId As Int = R.RunMethod("getAudioSessionId")