TTVideoEngineVidSource constructor

TTVideoEngineVidSource({
  1. String? vid,
  2. String? playAuthToken,
  3. TTVideoEngineResolutionType? resolution,
})

Implementation

TTVideoEngineVidSource({
  this.vid,
  this.playAuthToken,
  this.resolution
});