Update useVideoAndSubtitles rename in comment
This commit is contained in:
parent
10fc6bf2a3
commit
b7d69682f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
// 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.
|
// 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
|
// 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).
|
// (see https://github.com/google/ExoPlayer/issues/9282).
|
||||||
return videoResolver.resolve(info);
|
return videoResolver.resolve(info);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue