Skip to content

Instantly share code, notes, and snippets.

@nazmulidris
Created August 21, 2017 22:09
Show Gist options
  • Select an option

  • Save nazmulidris/f3226cb9b92e13e9fb09b8f54578fb21 to your computer and use it in GitHub Desktop.

Select an option

Save nazmulidris/f3226cb9b92e13e9fb09b8f54578fb21 to your computer and use it in GitHub Desktop.
public interface PlayerAdapter {
void loadMedia(int resourceId);
void release();
boolean isPlaying();
void play();
void reset();
void pause();
void initializeProgressCallback();
void seekTo(int position);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment