AliTrackInfo constructor

AliTrackInfo({
  1. int? audioChannels,
  2. String? audioLang,
  3. int? audioSampleFormat,
  4. int? audioSampleRate,
  5. String? codecName,
  6. String? description,
  7. int? index,
  8. String? type,
  9. String? subtitleLang,
  10. String? videoHDRType,
  11. int? videoBitrate,
  12. int? videoHeight,
  13. int? videoWidth,
  14. String? vodDefinition,
  15. int? vodFileSize,
  16. String? vodFormat,
  17. String? vodPlayUrl,
})

Implementation

AliTrackInfo({
  this.audioChannels,
  this.audioLang,
  this.audioSampleFormat,
  this.audioSampleRate,
  this.codecName,
  this.description,
  this.index,
  this.type,
  this.subtitleLang,
  this.videoHDRType,
  this.videoBitrate,
  this.videoHeight,
  this.videoWidth,
  this.vodDefinition,
  this.vodFileSize,
  this.vodFormat,
  this.vodPlayUrl,
});