Add clarification to TextOutput doc.
The list may be empty if no cues are available. PiperOrigin-RevId: 223527105
This commit is contained in:
parent
8ee1af2aea
commit
8ffef3d632
@ -25,8 +25,7 @@ public interface TextOutput {
|
|||||||
/**
|
/**
|
||||||
* Called when there is a change in the {@link Cue}s.
|
* Called when there is a change in the {@link Cue}s.
|
||||||
*
|
*
|
||||||
* @param cues The {@link Cue}s.
|
* @param cues The {@link Cue}s. May be empty.
|
||||||
*/
|
*/
|
||||||
void onCues(List<Cue> cues);
|
void onCues(List<Cue> cues);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user