Transcode constructor

Transcode({
  1. String? audioBitRateKbps,
  2. String? audioSampleRateHz,
  3. String? bitRateKbps,
  4. Dimensions? dimensions,
  5. String? fileSizeBytes,
  6. double? frameRate,
  7. String? mimeType,
  8. String? name,
  9. bool? transcoded,
})

Implementation

Transcode({
  this.audioBitRateKbps,
  this.audioSampleRateHz,
  this.bitRateKbps,
  this.dimensions,
  this.fileSizeBytes,
  this.frameRate,
  this.mimeType,
  this.name,
  this.transcoded,
});