mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Tweak isPlaceholder documentation
PiperOrigin-RevId: 291905440
This commit is contained in:
parent
f3157e703f
commit
00fe2eb4a6
1 changed files with 2 additions and 2 deletions
|
|
@ -177,8 +177,8 @@ public abstract class Timeline {
|
||||||
public boolean isLive;
|
public boolean isLive;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether the information in this window is used as a placeholder for as long as the media
|
* Whether this window contains placeholder information because the real information has yet to
|
||||||
* hasn't provided the real information.
|
* be loaded.
|
||||||
*/
|
*/
|
||||||
public boolean isPlaceholder;
|
public boolean isPlaceholder;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue