Skip to content

Instantly share code, notes, and snippets.

@nazmulidris
Created August 21, 2017 22:07
Show Gist options
  • Save nazmulidris/ee42fbe50012eba5a217d77ab99dbda4 to your computer and use it in GitHub Desktop.
Save nazmulidris/ee42fbe50012eba5a217d77ab99dbda4 to your computer and use it in GitHub Desktop.
@Override
public void initializeProgressCallback() {
final int duration = mMediaPlayer.getDuration();
if (mPlaybackProgressCallback != null) {
mPlaybackProgressCallback.setPlaybackDuration(duration);
mPlaybackProgressCallback.setPlaybackPosition(0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment