mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
|
* Resolves a seek based on the parameters, given the requested seek position and two candidate
|
||||||
* sync points.
|
* sync points.
|
||||||
*
|
*
|
||||||
* @param positionUs The requested seek position, in microseocnds.
|
* @param positionUs The requested seek position, in microseconds.
|
||||||
* @param firstSyncUs The first candidate seek point, in micrseconds.
|
* @param firstSyncUs The first candidate seek point, in microseconds.
|
||||||
* @param secondSyncUs The second candidate seek point, in microseconds. May equal {@code
|
* @param secondSyncUs The second candidate seek point, in microseconds. May equal {@code
|
||||||
* firstSyncUs} if there's only one candidate.
|
* firstSyncUs} if there's only one candidate.
|
||||||
* @return The resolved seek position, in microseconds.
|
* @return The resolved seek position, in microseconds.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue