Search code examples
androidaudiovideo-processing

How to play a video and audio together in android application


I am new to android. I want to play a audio and video together in an android application.

More specifically, In my android application, I want to play A video (without audio) with some other audio. Do anyone have any idea how to do this? Which android class and methods to be use to create this application? I have found many post related to this for ios but none for android in stackoverflow.com

Thanks and looking forward for your reply.


Solution

  • The class you are look for is the MediaPlayer class.