ZegoMediaPlayerResource constructor
- ZegoMultimediaLoadType loadType,
- {int? startPosition,
- ZegoAlphaLayoutType? alphaLayout,
- String? filePath,
- Uint8List? memory,
- String? resourceID,
- String? onlineResourceCachePath,
- int? maxCachePendingLength}
Implementation
ZegoMediaPlayerResource(this.loadType,
{this.startPosition,
this.alphaLayout,
this.filePath,
this.memory,
this.resourceID,
this.onlineResourceCachePath,
this.maxCachePendingLength});