LiveBroadcastContentDetails constructor
LiveBroadcastContentDetails({
- String? boundStreamId,
- DateTime? boundStreamLastUpdateTimeMs,
- String? closedCaptionsType,
- bool? enableAutoStart,
- bool? enableAutoStop,
- bool? enableClosedCaptions,
- bool? enableContentEncryption,
- bool? enableDvr,
- bool? enableEmbed,
- bool? enableLowLatency,
- String? latencyPreference,
- String? mesh,
- MonitorStreamInfo? monitorStream,
- String? projection,
- bool? recordFromStart,
- bool? startWithSlate,
- 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,
});