ProgressiveAudioSource constructor

ProgressiveAudioSource(
  1. Uri uri, {
  2. Map<String, String>? headers,
  3. dynamic tag,
  4. Duration? duration,
  5. ProgressiveAudioSourceOptions? options,
})

Implementation

ProgressiveAudioSource(
  super.uri, {
  super.headers,
  super.tag,
  super.duration,
  this.options,
});