Skip to content

Instantly share code, notes, and snippets.

@ojw28
Last active September 1, 2016 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojw28/92209ade3ddb3bdc1716b285204e1ae9 to your computer and use it in GitHub Desktop.
Save ojw28/92209ade3ddb3bdc1716b285204e1ae9 to your computer and use it in GitHub Desktop.
MediaSource source = new ExtractorMediaSource(videoUri, ...);
// Loops the video indefinitely.
LoopingMediaSource loopingSource = new LoopingMediaSource(source);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment