jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
932 stars 1.04k forks source link

[FEATURE] Mute video #1296

Open fabioselau077 opened 8 months ago

fabioselau077 commented 8 months ago

Is your feature request related to a problem? Please describe. Mute option for better_player config

Describe the solution you'd like In BetterPlayerControlsConfiguration contain enableMute option, add this 'defaultMute' for set mute (setVolume(0.0)) automatic.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.