mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +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;
|
||||
|
||||
/**
|
||||
* The windows start time in milliseconds since the epoch, or {@link C#TIME_UNSET} if unknown or
|
||||
* not applicable. For informational purposes only.
|
||||
* The window's start time in milliseconds since the epoch, or {@link C#TIME_UNSET} if unknown
|
||||
* or not applicable. For informational purposes only.
|
||||
*/
|
||||
public long windowStartTimeMs;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue