Krupen / AutoplayVideos

Android library to auto-play/pause videos from url in recyclerview.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

start videos as muted

ancadp opened this issue · comments

I'm looking for a way to mute the videos by default. It would be nice to have an isMuted flag like the isLooping one, that can be used right after the mediaPlayer was created. Currently the vh.muteVideo() method doesn't work when called from within the onBindViewHolder method.

Use this holder.muteVideo(); in BindViewHolder

Raffiggthib you know read or what ?

If you need default code then you have to edit in the library to mute videos.You need to write your own code and use the library.