Search code examples
androidvideoandroid-mediaplayer

Does Android support slow-motion video playback?


I need to make video player on Android that is able to play in slow motion and with different playback speeds. I still cannot find a native API or some code to do this. Does Android 2.2 - 2.3 support to video slow-motion and can we control the video playback speed?


Solution

  • Yes, from API 23 android has PlaybackParams class .It supports adjustment of playback speed of video briefly given here .