MediaInfo constructor
MediaInfo({})
Implementation
MediaInfo({
required this.path,
this.title,
this.author,
this.width,
this.height,
this.orientation,
this.filesize,
this.duration,
this.isCancel,
this.file,
this.frameRate,
this.bitRate,
this.sampleRate,
this.channelCount,
this.audioBitRate,
});