SNVideoPlayerController.networkUrl constructor

SNVideoPlayerController.networkUrl(
  1. Uri url, {
  2. VideoFormat? formatHint,
  3. Future<ClosedCaptionFile>? closedCaptionFile,
  4. Map<String, String> httpHeaders = const <String, String>{},
  5. VideoPlayerOptions? videoPlayerOptions,
})

Implementation

SNVideoPlayerController.networkUrl(
  super.url, {
  super.formatHint,
  super.closedCaptionFile,
  super.httpHeaders,
  super.videoPlayerOptions,
}) : super.networkUrl();