mirror of
https://github.com/samsonjs/media.git
synced 2026-04-26 14:57:47 +00:00
Improve javadoc of Window.windowStartTimeMs
PiperOrigin-RevId: 346346359
This commit is contained in:
parent
6db6d14b16
commit
fa0cc1e15f
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ public abstract class Timeline {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The window's start time in milliseconds since the Unix epoch, or {@link C#TIME_UNSET} if
|
* The window's start time in milliseconds since the Unix epoch, or {@link C#TIME_UNSET} if
|
||||||
* unknown or not applicable. For informational purposes only.
|
* unknown or not applicable.
|
||||||
*/
|
*/
|
||||||
public long windowStartTimeMs;
|
public long windowStartTimeMs;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue