mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix a typo.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138871293
This commit is contained in:
parent
ff1a008817
commit
bcc6c9ef43
1 changed files with 2 additions and 2 deletions
|
|
@ -197,8 +197,8 @@ public abstract class Timeline {
|
||||||
public long presentationStartTimeMs;
|
public long presentationStartTimeMs;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The windows start time in milliseconds since the epoch, or {@link C#TIME_UNSET} if unknown or
|
* The window's start time in milliseconds since the epoch, or {@link C#TIME_UNSET} if unknown
|
||||||
* not applicable. For informational purposes only.
|
* or not applicable. For informational purposes only.
|
||||||
*/
|
*/
|
||||||
public long windowStartTimeMs;
|
public long windowStartTimeMs;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue