mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Fix typo
PiperOrigin-RevId: 613156951
(cherry picked from commit a90a7049e8)
This commit is contained in:
parent
b6cb9c1b90
commit
3fdd3bdb7a
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ public final class SeekParameters {
|
|||
* Resolves a seek based on the parameters, given the requested seek position and two candidate
|
||||
* sync points.
|
||||
*
|
||||
* @param positionUs The requested seek position, in microseocnds.
|
||||
* @param firstSyncUs The first candidate seek point, in micrseconds.
|
||||
* @param positionUs The requested seek position, in microseconds.
|
||||
* @param firstSyncUs The first candidate seek point, in microseconds.
|
||||
* @param secondSyncUs The second candidate seek point, in microseconds. May equal {@code
|
||||
* firstSyncUs} if there's only one candidate.
|
||||
* @return The resolved seek position, in microseconds.
|
||||
|
|
|
|||
Loading…
Reference in a new issue