TencentPlayerController.file constructor

TencentPlayerController.file(
  1. String filePath, {
  2. PlayerConfig playerConfig = const PlayerConfig(),
})

Implementation

TencentPlayerController.file(String filePath,
    {this.playerConfig = const PlayerConfig()})
    : dataSource = filePath,
      dataSourceType = DataSourceType.file,
      super(TencentPlayerValue());