fromJsonToMediaSource static method
Implementation
static TTVideoEngineMediaSource fromJsonToMediaSource(
Map<String, dynamic> json) {
return TTVideoEngineVideoModelSource.fromJson(json);
}
static TTVideoEngineMediaSource fromJsonToMediaSource(
Map<String, dynamic> json) {
return TTVideoEngineVideoModelSource.fromJson(json);
}