You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that IjkPlayer does not implement .setVolume() like the native android mediaPlayer.
Is there another way to do that that I'm missing or should I add it to the C implementation and call the method from java?
Thanks.
The text was updated successfully, but these errors were encountered:
My problem is that AudioManager.setStreamVolume is for the whole Context.. I would like to mute only one video player (since I have more than one running in the same activity)
Hello,
I noticed that IjkPlayer does not implement .setVolume() like the native android mediaPlayer.
Is there another way to do that that I'm missing or should I add it to the C implementation and call the method from java?
Thanks.
The text was updated successfully, but these errors were encountered: