TTVideoEngineUrlSource constructor

TTVideoEngineUrlSource({
  1. List<String>? urls,
  2. String? cacheKey,
  3. String? vid,
  4. List<String>? urlExpiredTimes,
  5. bool? isHDRSource,
})

Implementation

TTVideoEngineUrlSource({
  this.urls,
  this.cacheKey,
  this.vid,
  this.urlExpiredTimes,
  this.isHDRSource,
});