SNVideoPlayerController.file constructor

SNVideoPlayerController.file(
  1. File file, {
  2. Future<ClosedCaptionFile>? closedCaptionFile,
  3. Map<String, String> httpHeaders = const <String, String>{},
  4. VideoPlayerOptions? videoPlayerOptions,
})

Implementation

SNVideoPlayerController.file(
  super.file, {
  super.closedCaptionFile,
  super.httpHeaders,
  super.videoPlayerOptions,
}) : super.file();