Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b73868dd authored by Dongwon Kang's avatar Dongwon Kang
Browse files

TIF: add new audio modes to the timeShiftSetPlaybackRate() javadoc.

Bug: 20509313
Change-Id: I762bb74ae2a1688e1bc6cdbf6bf5a8b931ae0689
parent f488985d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1696,6 +1696,8 @@ public final class TvInputManager {
         * @param rate The ratio between desired playback rate and normal one.
         * @param audioMode Audio playback mode. Must be one of the supported audio modes:
         * <ul>
         * <li> {@link android.media.MediaPlayer#PLAYBACK_RATE_AUDIO_MODE_DEFAULT}
         * <li> {@link android.media.MediaPlayer#PLAYBACK_RATE_AUDIO_MODE_STRETCH}
         * <li> {@link android.media.MediaPlayer#PLAYBACK_RATE_AUDIO_MODE_RESAMPLE}
         * </ul>
         */
+2 −0
Original line number Diff line number Diff line
@@ -891,6 +891,8 @@ public abstract class TvInputService extends Service {
         * @param rate The ratio between desired playback rate and normal one.
         * @param audioMode Audio playback mode. Must be one of the supported audio modes:
         * <ul>
         * <li> {@link android.media.MediaPlayer#PLAYBACK_RATE_AUDIO_MODE_DEFAULT}
         * <li> {@link android.media.MediaPlayer#PLAYBACK_RATE_AUDIO_MODE_STRETCH}
         * <li> {@link android.media.MediaPlayer#PLAYBACK_RATE_AUDIO_MODE_RESAMPLE}
         * </ul>
         * @see #onTimeShiftResume
+2 −0
Original line number Diff line number Diff line
@@ -457,6 +457,8 @@ public class TvView extends ViewGroup {
     * @param rate The ratio between desired playback rate and normal one.
     * @param audioMode Audio playback mode. Must be one of the supported audio modes:
     * <ul>
     * <li> {@link android.media.MediaPlayer#PLAYBACK_RATE_AUDIO_MODE_DEFAULT}
     * <li> {@link android.media.MediaPlayer#PLAYBACK_RATE_AUDIO_MODE_STRETCH}
     * <li> {@link android.media.MediaPlayer#PLAYBACK_RATE_AUDIO_MODE_RESAMPLE}
     * </ul>
     */