diff --git a/library/common/src/main/java/com/google/android/exoplayer2/text/TextOutput.java b/library/common/src/main/java/com/google/android/exoplayer2/text/TextOutput.java index a039255fa9..6d66dadbfc 100644 --- a/library/common/src/main/java/com/google/android/exoplayer2/text/TextOutput.java +++ b/library/common/src/main/java/com/google/android/exoplayer2/text/TextOutput.java @@ -25,6 +25,9 @@ public interface TextOutput { /** * Called when there is a change in the {@link Cue Cues}. * + *
{@code cues} is in ascending order of priority. If any of the cue boxes overlap when
+ * displayed, the {@link Cue} nearer the end of the list should be shown on top.
+ *
* @param cues The {@link Cue Cues}. May be empty.
*/
void onCues(List