Update useVideoAndSubtitles rename in comment
(cherry picked from commit 725cb70cbd20d6346bce784eb3100f904fd0955c)
This commit is contained in:
parent
045e91df1c
commit
90d5d5f4de
@ -2037,7 +2037,7 @@ public final class Player implements PlaybackListener, Listener {
|
||||
// resolver was called when the app was in background, the app will only stream audio when
|
||||
// the user come back to the app and will never fetch the video stream.
|
||||
// Note that the video is not fetched when the app is in background because the video
|
||||
// renderer is fully disabled (see useVideoSource method), except for HLS streams
|
||||
// renderer is fully disabled (see useVideoAndSubtitles method), except for HLS streams
|
||||
// (see https://github.com/google/ExoPlayer/issues/9282).
|
||||
return videoResolver.resolve(info);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user