this may be of help:
Hello everybody first of all thanks for any information or help you can provide I wanted to know without the new version of Exoplayer 2.13 available for B4A, could you help me how to create a code for the selection of subtitles or change of audio track that comes in the same video using this...
www.b4x.com
exoplayer.dev
exoplayer.dev
search:
player.setTrackSelectionParameters(
player.getTrackSelectionParameters()
.buildUpon()
.setPreferredAudioLanguages(languages)
.setPreferredTextLanguage("ar")
.setMaxVideoSize(1920, 1080)
.setMinVideoSize(1920, 1080)
.setMinVideoBitrate(Integer.MAX_VALUE)
.setMaxVideoBitrate(Integer.MAX_VALUE)
.construir());
Hi. Please, code in b4a? (.setMaxVideoSize)