mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Minor CastPlayer Javadoc cleanup
PiperOrigin-RevId: 275439892
This commit is contained in:
parent
6841d40bc7
commit
3150591b0a
1 changed files with 2 additions and 3 deletions
|
|
@ -57,9 +57,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||
* {@link Player} implementation that communicates with a Cast receiver app.
|
||||
*
|
||||
* <p>The behavior of this class depends on the underlying Cast session, which is obtained from the
|
||||
* Cast context passed to {@link #@}. To keep track of the session, {@link
|
||||
* #isCastSessionAvailable()} can be queried and {@link SessionAvailabilityListener} can be
|
||||
* implemented and attached to the player.
|
||||
* injected {@link CastContext}. To keep track of the session, {@link #isCastSessionAvailable()} can
|
||||
* be queried and {@link SessionAvailabilityListener} can be implemented and attached to the player.
|
||||
*
|
||||
* <p>If no session is available, the player state will remain unchanged and calls to methods that
|
||||
* alter it will be ignored. Querying the player state is possible even when no session is
|
||||
|
|
|
|||
Loading…
Reference in a new issue