mirror of
https://github.com/samsonjs/media.git
synced 2026-04-21 13:55:47 +00:00
Fix typo
PiperOrigin-RevId: 580113633
This commit is contained in:
parent
ba0724ca78
commit
63bda3b001
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ import java.util.List;
|
|||
* thread} unless indicated otherwise. Callbacks in registered listeners are called on the
|
||||
* same thread.
|
||||
* <li>The available functionality can be limited. Player instances provide a set of {@link
|
||||
* #getAvailableCommands() availabe commands} to signal feature support and users of the
|
||||
* #getAvailableCommands() available commands} to signal feature support and users of the
|
||||
* interface must only call methods if the corresponding {@link Command} is available.
|
||||
* <li>Users can register {@link Player.Listener} callbacks that get informed about state changes.
|
||||
* <li>Player instances need to update the visible state immediately after each method call, even
|
||||
|
|
|
|||
Loading…
Reference in a new issue