-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to play next media source after enable mode shuffle programmactically #4863
Comments
You can check for the next and previous window index using To simplify such a use case, I'll mark that as an enhancement to add two methods |
the problem is like this, first what i did was player.seekTo(player.getNextWindowsIndex(), C.UNSET) yes it goes to random position of music if enable mode shuffle before call 'player.seekTo(player.getNextWindowsIndex(), C.UNSET) ' however, again when i click again that shuffle button make it crash because no more media source next windows. Note that I have shuffle button and for your information .next() and .previous() are private method not public which can't access this method. |
You need to check if |
This simplifies code skipping items in a playlist programatically. Issue:#4863 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=214580742
awesome. please do so because easy to use. may I know when latest version will come out. |
The commit above added the requested methods. |
This simplifies code skipping items in a playlist programatically. Issue:#4863 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=214580742
hai there developer, how to play next media source (shuffle) after enable mode shuffle in programmatically in stead of depend on next btn from ui controller?
The text was updated successfully, but these errors were encountered: