DownloadOptions constructor

DownloadOptions(
  1. String? mediaId,
  2. MediaInfo mediaInfo,
  3. List<AudioTrack> allAudio,
  4. List<VideoTrack> allVideo,
)

Implementation

DownloadOptions(this.mediaId, this.mediaInfo, this.allAudio, this.allVideo);