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
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Hi
I am trying to enable/disable volume value but it's not working.
tried 2 approach
theoPlayerView.getPlayer().setVolume(volume);
0>>it mute the sound
1 or 100 >>it doesn't unmute the sound.
2.theoPlayerView.getPlayer().getAudioTracks().getItem(0).setEnabled(true);
//Always getting exception java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
//code is related to Android SDK.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I am trying to enable/disable volume value but it's not working.
tried 2 approach
0>>it mute the sound
1 or 100 >>it doesn't unmute the sound.
2.theoPlayerView.getPlayer().getAudioTracks().getItem(0).setEnabled(true);
//Always getting exception java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
//code is related to Android SDK.
The text was updated successfully, but these errors were encountered: