Guest User

Untitled

a guest
Mar 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // Create player
  2. player = ExoPlayerFactory.newSimpleInstance(
  3. // Renders audio, video, text (subtitles) content
  4. DefaultRenderersFactory(ctx),
  5. // Choose best audio, video, text track from available sources,
  6. // based on bandwidth, device capabilities, language, etc
  7. DefaultTrackSelector(),
  8. // Manage buffering and loading data over the network
  9. DefaultLoadControl()
  10. ).apply { ... }
Add Comment
Please, Sign In to add comment