LiveBroadcastContentDetails constructor

LiveBroadcastContentDetails({
  1. String? boundStreamId,
  2. DateTime? boundStreamLastUpdateTimeMs,
  3. String? closedCaptionsType,
  4. bool? enableAutoStart,
  5. bool? enableAutoStop,
  6. bool? enableClosedCaptions,
  7. bool? enableContentEncryption,
  8. bool? enableDvr,
  9. bool? enableEmbed,
  10. bool? enableLowLatency,
  11. String? latencyPreference,
  12. String? mesh,
  13. MonitorStreamInfo? monitorStream,
  14. String? projection,
  15. bool? recordFromStart,
  16. bool? startWithSlate,
  17. String? stereoLayout,
})

Implementation

LiveBroadcastContentDetails({
  this.boundStreamId,
  this.boundStreamLastUpdateTimeMs,
  this.closedCaptionsType,
  this.enableAutoStart,
  this.enableAutoStop,
  this.enableClosedCaptions,
  this.enableContentEncryption,
  this.enableDvr,
  this.enableEmbed,
  this.enableLowLatency,
  this.latencyPreference,
  this.mesh,
  this.monitorStream,
  this.projection,
  this.recordFromStart,
  this.startWithSlate,
  this.stereoLayout,
});