FFprobeVideoInfo constructor

FFprobeVideoInfo(
  1. int width,
  2. int height,
  3. String? duration,
  4. String? size,
  5. String? bitrate,
  6. MediaInformationSession session,
)

Implementation

FFprobeVideoInfo(this.width, this.height, this.duration, this.size, this.bitrate,this.session);