TTVideoEngineVidSource constructor
TTVideoEngineVidSource({
- String? vid,
- String? playAuthToken,
- TTVideoEngineResolutionType? resolution,
- String? drmLicenseAuthToken,
- Uint8List? certData,
Implementation
TTVideoEngineVidSource({
this.vid,
this.playAuthToken,
this.resolution,
this.drmLicenseAuthToken,
this.certData
});