Search code examples
javaandroidmedia-player

Get current frame from android mediaplayer


Is there a way to retrieve the current frame played from android MediaPlayer object?


Solution

  • No. The media player just setups a pipeline that is handled by lower level components. And depending on the hardware platform and the decoder setup the rendering is done in different places.