RtmpOutputSettings constructor

RtmpOutputSettings({
  1. required OutputLocationRef destination,
  2. RtmpOutputCertificateMode? certificateMode,
  3. int? connectionRetryInterval,
  4. int? numRetries,
})

Implementation

RtmpOutputSettings({
  required this.destination,
  this.certificateMode,
  this.connectionRetryInterval,
  this.numRetries,
});