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