mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix javadocs typos
Issue:#2773 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=155062917
This commit is contained in:
parent
b408750aa9
commit
3a5548d72a
2 changed files with 2 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ public final class LibvpxVideoRenderer extends BaseRenderer {
|
||||||
*
|
*
|
||||||
* @param outputBufferTimeUs The timestamp of the current output buffer.
|
* @param outputBufferTimeUs The timestamp of the current output buffer.
|
||||||
* @param nextOutputBufferTimeUs The timestamp of the next output buffer or
|
* @param nextOutputBufferTimeUs The timestamp of the next output buffer or
|
||||||
* {@link TIME_UNSET} if the next output buffer is unavailable.
|
* {@link C#TIME_UNSET} if the next output buffer is unavailable.
|
||||||
* @param positionUs The current playback position.
|
* @param positionUs The current playback position.
|
||||||
* @param joiningDeadlineMs The joining deadline.
|
* @param joiningDeadlineMs The joining deadline.
|
||||||
* @return Returns whether to drop the current output buffer.
|
* @return Returns whether to drop the current output buffer.
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ public final class CacheUtil {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns already cached and missing bytes in the {@cache} for the data defined by {@code
|
* Returns already cached and missing bytes in the {@code cache} for the data defined by {@code
|
||||||
* dataSpec}.
|
* dataSpec}.
|
||||||
*
|
*
|
||||||
* @param dataSpec Defines the data to be checked.
|
* @param dataSpec Defines the data to be checked.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue