MediaPlaybackPreference constructor
const
MediaPlaybackPreference({})
Create preference
Implementation
const MediaPlaybackPreference(
{this.muted = true,
this.autoplay = true,
this.videoSize = (width: null, height: null),
this.videoScale = 1.0});