TaVideoSource.file constructor
TaVideoSource.file(
- String path
Implementation
factory TaVideoSource.file(String path) {
return TaVideoSource._(url: path, type: TaVideoSourceType.file);
}
factory TaVideoSource.file(String path) {
return TaVideoSource._(url: path, type: TaVideoSourceType.file);
}