mirror of
https://github.com/androidx/media.git
synced 2025-05-05 06:30:24 +08:00
Minor doc fixes.
This commit is contained in:
parent
9d4e177347
commit
81bf68b1cb
@ -18,8 +18,6 @@ package com.google.android.exoplayer;
|
||||
import com.google.android.exoplayer.ExoPlayer.ExoPlayerComponent;
|
||||
import com.google.android.exoplayer.util.Assertions;
|
||||
|
||||
import android.os.SystemClock;
|
||||
|
||||
/**
|
||||
* Renders a single component of media.
|
||||
*
|
||||
@ -293,8 +291,8 @@ public abstract class TrackRenderer implements ExoPlayerComponent {
|
||||
*
|
||||
* @param positionUs The current media time in microseconds, measured at the start of the
|
||||
* current iteration of the rendering loop.
|
||||
* @param elapsedRealtimeUs {@link SystemClock#elapsedRealtime()} in microseconds, measured at
|
||||
* the start of the current iteration of the rendering loop.
|
||||
* @param elapsedRealtimeUs {@link android.os.SystemClock#elapsedRealtime()} in microseconds,
|
||||
* measured at the start of the current iteration of the rendering loop.
|
||||
* @throws ExoPlaybackException If an error occurs.
|
||||
*/
|
||||
protected abstract void doSomeWork(long positionUs, long elapsedRealtimeUs)
|
||||
|
@ -32,7 +32,6 @@ import java.util.regex.Pattern;
|
||||
* A simple WebVTT parser.
|
||||
* <p>
|
||||
* @see <a href="http://dev.w3.org/html5/webvtt">WebVTT specification</a>
|
||||
* <p>
|
||||
*/
|
||||
public class WebvttParser implements SubtitleParser {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user