am 2be6622b: am 99f6c2a0: Merge "TIF: add new audio modes to the timeShiftSetPlaybackRate() javadoc." into mnc-dev
* commit '2be6622b9655e5f7cba7107edbdfefd83be8fa3f': TIF: add new audio modes to the timeShiftSetPlaybackRate() javadoc.
This commit is contained in:
@@ -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>
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user