VeLivePlayerStreamData constructor

VeLivePlayerStreamData({
  1. bool? enableABR,
  2. bool? enableMainBackupSwitch,
  3. VeLivePlayerResolution? defaultResolution,
  4. VeLivePlayerFormat? defaultFormat,
  5. VeLivePlayerProtocol? defaultProtocol,
  6. List<VeLivePlayerStream>? mainStream,
  7. List<VeLivePlayerStream>? backupStream,
})

Implementation

VeLivePlayerStreamData({
  this.enableABR,
  this.enableMainBackupSwitch,
  this.defaultResolution,
  this.defaultFormat,
  this.defaultProtocol,
  this.mainStream,
  this.backupStream,
});