AutoplayVideos icon indicating copy to clipboard operation
AutoplayVideos copied to clipboard

start videos as muted

Open ancadp opened this issue 8 years ago • 4 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.

ancadp avatar Feb 20 '18 15:02 ancadp

Use this holder.muteVideo(); in BindViewHolder

Rafiqgithub avatar Mar 16 '18 13:03 Rafiqgithub

Raffiggthib you know read or what ?

anonym2 avatar Mar 20 '18 02:03 anonym2

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.

Rafiqgithub avatar Mar 20 '18 03:03 Rafiqgithub

image

vietruyn avatar Jun 25 '18 16:06 vietruyn