mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
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
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ public interface TextOutput {
|
|||
/**
|
||||
* 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);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue