I am using a TextureView with a MediaPlayer to play an mp4 video from a url. Is there any way I can programatically check if the video I am playing has sound?
Edit: I'm using API 14, so I don't have access to the MediaPlayer method getTrackInfo
Many Thanks