Merge of https://github.com/google/ExoPlayer/pull/6793

PiperOrigin-RevId: 286556008
This commit is contained in:
olly 2019-12-20 12:14:29 +00:00 committed by Oliver Woodman
parent 06ffd23cdc
commit 5920305b84

View File

@ -73,7 +73,7 @@ import com.google.android.exoplayer2.util.Assertions;
* the two are tightly bound together. It may only be possible to play a certain combination tracks * the two are tightly bound together. It may only be possible to play a certain combination tracks
* if the renderers are configured in a particular way. Equally, it may only be possible to * if the renderers are configured in a particular way. Equally, it may only be possible to
* configure renderers in a particular way if certain tracks are selected. Hence it makes sense to * configure renderers in a particular way if certain tracks are selected. Hence it makes sense to
* determined the track selection and corresponding renderer configurations in a single step. * determine the track selection and corresponding renderer configurations in a single step.
* *
* <h3>Threading model</h3> * <h3>Threading model</h3>
* *