RtmpGroupSettings constructor

RtmpGroupSettings({
  1. List<RtmpAdMarkers>? adMarkers,
  2. AuthenticationScheme? authenticationScheme,
  3. RtmpCacheFullBehavior? cacheFullBehavior,
  4. int? cacheLength,
  5. RtmpCaptionData? captionData,
  6. InputLossActionForRtmpOut? inputLossAction,
  7. int? restartDelay,
})

Implementation

RtmpGroupSettings({
  this.adMarkers,
  this.authenticationScheme,
  this.cacheFullBehavior,
  this.cacheLength,
  this.captionData,
  this.inputLossAction,
  this.restartDelay,
});