Mute audio on ExoPlayer

后端 未结 7 1660
走了就别回头了
走了就别回头了 2020-12-09 02:13

I\'m using Google new MediaPlayer named ExoPlayer and cannot find a way to mute the sound

Is there an easy way to mute audio track on Google ExoPlayer ? Or changing

7条回答
  •  心在旅途
    2020-12-09 02:33

    try

    player.setSelectedTrack(DemoPlayer.TYPE_AUDIO, DemoPlayer.TRACK_DISABLED);
    

    analogous to this line of code

提交回复
热议问题