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
Actually, it seems it is taking much time to make SeekTo Action, is there a way to increase his speed?
This is how I create the Player
`OpenSLMediaPlayerContext.Parameters` parameters = new OpenSLMediaPlayerContext.Parameters();
parameters.streamType = AudioManager.STREAM_MUSIC;
openSLMediaPlayerContext = new OpenSLMediaPlayerContext(context,parameters);
player = new OpenSLMediaPlayer(openSLMediaPlayerContext, 0); `
The seekTo is called by onStopTrackingTouch of seekbar.
The text was updated successfully, but these errors were encountered:
Actually, it seems it is taking much time to make SeekTo Action, is there a way to increase his speed?
This is how I create the Player
The seekTo is called by onStopTrackingTouch of seekbar.
The text was updated successfully, but these errors were encountered: