aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv/util/TimeShiftUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/tv/util/TimeShiftUtils.java')
-rw-r--r--src/com/android/tv/util/TimeShiftUtils.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/com/android/tv/util/TimeShiftUtils.java b/src/com/android/tv/util/TimeShiftUtils.java
index 238d0e74..8038a78f 100644
--- a/src/com/android/tv/util/TimeShiftUtils.java
+++ b/src/com/android/tv/util/TimeShiftUtils.java
@@ -18,7 +18,6 @@ package com.android.tv.util;
import java.util.concurrent.TimeUnit;
-// TODO: move related functions in TimeShiftManger here.
/**
* A class that includes convenience methods for time shift plays.
*/
@@ -40,7 +39,7 @@ public class TimeShiftUtils {
* Returns real speeds used in time shift play. This method is only for fast-forwarding and
* rewinding. The normal play speed is not addressed here.
*
- * @param speedLevel the valid value is ranged from 0 to {@link MAX_SPPED_LEVEL}.
+ * @param speedLevel the valid value is ranged from 0 to {@link #MAX_SPEED_LEVEL}.
* @param programDurationMillis the length of program under playing.
* @throws IndexOutOfBoundsException if speed level is out of its range.
*/
@@ -60,4 +59,3 @@ public class TimeShiftUtils {
: SHORT_PROGRAM_SPEED_FACTORS[MAX_SPEED_LEVEL];
}
}
-