TTVideoEngineVideoModelSource constructor
TTVideoEngineVideoModelSource({
- String? vid,
- double? duration,
- TTVideoEngineResolutionType? resolution,
- List<
PlayInfoListItem> ? playInfoList, - String? jsonModel,
Implementation
TTVideoEngineVideoModelSource({
this.vid,
this.duration,
this.resolution,
this.playInfoList,
this.jsonModel,
});