TaVideoSource.file constructor

TaVideoSource.file(
  1. String path
)

Implementation

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