RtmpOutputSettings constructor
RtmpOutputSettings({
- required OutputLocationRef destination,
- RtmpOutputCertificateMode? certificateMode,
- int? connectionRetryInterval,
- int? numRetries,
Implementation
RtmpOutputSettings({
required this.destination,
this.certificateMode,
this.connectionRetryInterval,
this.numRetries,
});