Guest User

Untitled

a guest
Oct 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. val audioAttributes = AudioAttributes.Builder()
  2. .setUsage(C.USAGE_MEDIA)
  3. .setContentType(C.CONTENT_TYPE_MOVIE)
  4. .build()
  5. player?.setAudioAttributes(audioAttributes, true)
Add Comment
Please, Sign In to add comment