AddOrUpdateLiveStreamTaskRequest constructor

AddOrUpdateLiveStreamTaskRequest({
  1. int? serial,
  2. String? taskId,
  3. String? url,
  4. bool? serverRecordEnabled,
  5. int? liveMode,
  6. int? layoutWidth,
  7. int? layoutHeight,
  8. int? layoutBackgroundColor,
  9. String? layoutImageUrl,
  10. int? layoutImageX,
  11. int? layoutImageY,
  12. int? layoutImageWidth,
  13. int? layoutImageHeight,
  14. List<Object?>? layoutUserTranscodingList,
})

Implementation

AddOrUpdateLiveStreamTaskRequest({
  this.serial,
  this.taskId,
  this.url,
  this.serverRecordEnabled,
  this.liveMode,
  this.layoutWidth,
  this.layoutHeight,
  this.layoutBackgroundColor,
  this.layoutImageUrl,
  this.layoutImageX,
  this.layoutImageY,
  this.layoutImageWidth,
  this.layoutImageHeight,
  this.layoutUserTranscodingList,
});