VideoFileDetailsVideoStream constructor

VideoFileDetailsVideoStream({
  1. double? aspectRatio,
  2. String? bitrateBps,
  3. String? codec,
  4. double? frameRateFps,
  5. int? heightPixels,
  6. String? rotation,
  7. String? vendor,
  8. int? widthPixels,
})

Implementation

VideoFileDetailsVideoStream({
  this.aspectRatio,
  this.bitrateBps,
  this.codec,
  this.frameRateFps,
  this.heightPixels,
  this.rotation,
  this.vendor,
  this.widthPixels,
});