Android : multiple audio tracks in a VideoView?

后端 未结 4 546
旧巷少年郎
旧巷少年郎 2021-02-02 08:52

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

4条回答
  •  不知归路
    2021-02-02 09:43

    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.

提交回复
热议问题