I\'ve got some .MP4 video files that must be read in a VideoView in an Android activity. These videos include several audio tracks, with each one corresponding to a user languag
VideoView class can't support your require.U must parse to get audio stream data(you want) to play with AudioTrack class on java layer.