ZegoMediaPlayerResource constructor

ZegoMediaPlayerResource(
  1. ZegoMultimediaLoadType loadType,
  2. {int? startPosition,
  3. ZegoAlphaLayoutType? alphaLayout,
  4. String? filePath,
  5. Uint8List? memory,
  6. String? resourceID,
  7. String? onlineResourceCachePath,
  8. int? maxCachePendingLength}
)

Implementation

ZegoMediaPlayerResource(this.loadType,
    {this.startPosition,
    this.alphaLayout,
    this.filePath,
    this.memory,
    this.resourceID,
    this.onlineResourceCachePath,
    this.maxCachePendingLength});