VideoRules constructor
const
VideoRules({})
Implementation
const VideoRules({
required this.store,
required this.codecs,
required this.maxFrameRate,
required this.minDuration,
required this.maxDuration,
required this.maxFileSize,
this.requiredAudioChannels,
this.ambiguousMegabytes = false,
});