muslimtv / flutter_playout

AV Playout in Flutter
BSD 3-Clause "New" or "Revised" License
154 stars 93 forks source link

New setting for mute video initially #71

Open anhnt opened 3 years ago

anhnt commented 3 years ago

Usage


Video(
              autoPlay: true,
              loop: true,
              muted: true, // initially mute the video
)