VideoFileDetails constructor

VideoFileDetails({
  1. List<VideoFileDetailsAudioStream>? audioStreams,
  2. String? bitrateBps,
  3. String? container,
  4. String? creationTime,
  5. String? durationMs,
  6. String? fileName,
  7. String? fileSize,
  8. String? fileType,
  9. List<VideoFileDetailsVideoStream>? videoStreams,
})

Implementation

VideoFileDetails({
  this.audioStreams,
  this.bitrateBps,
  this.container,
  this.creationTime,
  this.durationMs,
  this.fileName,
  this.fileSize,
  this.fileType,
  this.videoStreams,
});