We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was able to do this outside this project, but don't see a way to do it inside.
With straight exoPlayer, I was able to set the track selector, but can't get to this inside the explayer instance in this project:
`val trackSelector = DefaultTrackSelector(LocalContext.current).apply { setParameters(buildUponParameters().setTrackTypeDisabled ( C.TRACK_TYPE_TEXT, true ) .setRendererDisabled ( C.TRACK_TYPE_TEXT, true )
) } val exoPlayer = remember { ExoPlayer.Builder(context ) .setTrackSelector(trackSelector)`
Can someone assist please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was able to do this outside this project, but don't see a way to do it inside.
With straight exoPlayer, I was able to set the track selector, but can't get to this inside the explayer instance in this project:
`val trackSelector = DefaultTrackSelector(LocalContext.current).apply {
setParameters(buildUponParameters().setTrackTypeDisabled
(
C.TRACK_TYPE_TEXT, true
)
.setRendererDisabled
(
C.TRACK_TYPE_TEXT, true
)
Can someone assist please?
The text was updated successfully, but these errors were encountered: