1. 19 Mar, 2020 2 commits
    • remove PlaybackParameter dependency from MediaClock · 07272027
      After this change MediaClocks and ExoPlayerImplInternal don't depend on the deprecated PlaybackParameter anymore but only know about playbackSpeed.
      
      PiperOrigin-RevId: 300428791
      bachinger committed
    • add get/setPlaybackSpeed and listener callback · 683cb026
      This change deprecates the PlaybackParameters and remove the skipSilenceField from the PlaybackParameters. This implies that enabling and disabling skipping silences needs to be done on the Player.AudioComponent after this change.
      
      After submission of the change, all Player API changes are done which are required to bring playbackSpeed and skipSilenceEnabled in the converged Player API state.
      
      PiperOrigin-RevId: 300420843
      bachinger committed
  2. 11 Mar, 2020 11 commits
  3. 10 Mar, 2020 27 commits