VideoInfo constructor
const
VideoInfo({})
Implementation
const VideoInfo({
required this.width,
required this.height,
required this.duration,
required this.frameRate,
required this.codec,
required this.container,
required this.fileSize,
required this.audioChannels,
});