TTVideoEngineVidSource constructor

TTVideoEngineVidSource({
  1. String? vid,
  2. String? playAuthToken,
  3. TTVideoEngineResolutionType? resolution,
  4. String? drmLicenseAuthToken,
  5. Uint8List? certData,
})

Implementation

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