PiperOrigin-RevId: 613156951
(cherry picked from commit a90a7049e8)
This commit is contained in:
andrewlewis 2024-03-06 03:47:22 -08:00 committed by SheenaChhabra
parent b6cb9c1b90
commit 3fdd3bdb7a

View file

@ -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.