AVPTrackInfo constructor

AVPTrackInfo({
  1. String? vodFormat,
  2. int? videoHeight,
  3. String? subtitleLanguage,
  4. int? videoWidth,
  5. int? trackBitrate,
  6. int? vodFileSize,
  7. int? trackIndex,
  8. String? trackDefinition,
  9. int? audioSampleFormat,
  10. String? audioLanguage,
  11. String? vodPlayUrl,
  12. int? trackType,
  13. int? audioSamplerate,
  14. int? audioChannels,
})

Implementation

AVPTrackInfo(
    {this.vodFormat,
    this.videoHeight,
    this.subtitleLanguage,
    this.videoWidth,
    this.trackBitrate,
    this.vodFileSize,
    this.trackIndex,
    this.trackDefinition,
    this.audioSampleFormat,
    this.audioLanguage,
    this.vodPlayUrl,
    this.trackType,
    this.audioSamplerate,
    this.audioChannels});